Skip to content

Latest commit

 

History

History
executable file
·
13 lines (11 loc) · 219 Bytes

README.md

File metadata and controls

executable file
·
13 lines (11 loc) · 219 Bytes

Start everything (front+back+db)

docker-compose up

Replace real public server url in frontend/Dockerfile, NEXT_PUBLIC_SERVER_URL

Frontend only

cd frontend
npm install --force
npm run dev