NeuraLegion/brokencrystals

Docs: not clear how to build and run the project

Closed this issue · 4 comments

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

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

TY, It seems working now,

but I got error on login

image

maybe we need to change the domain name in the container, can you tell me which env variable I should change ?

@neginsadeghi try updated repo. This should work now.
Take a look into updated readme, too

Closed by #17