Docs: not clear how to build and run the project
Closed this issue · 4 comments
neginsadeghi commented
I just couldn't run it with the following approach, can you please gimme a more detailed approach for running this repo ?
Building and Running the Application
build server
npm ci --prefix public && npm run build --prefix public
build client
npm ci && npm run build
#build and start dockers with Postgres DB, nginx and server
docker-compose up -d
bararchy commented
Hi @neginsadeghi can you please try this docker-compose? https://gist.github.com/bararchy/495d126c8c1fc7c87f09e62d0432381d#file-docker-compose-yml
Just save it locally and use the docker-compose up command. let me know if it works
neginsadeghi commented
Kif-Fando commented
@neginsadeghi try updated repo. This should work now.
Take a look into updated readme, too