Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 546 Bytes

README.md

File metadata and controls

39 lines (31 loc) · 546 Bytes

How to run it

Run it in docker

  ./cli.sh build

Run locally

  1. start frontend
  2. start backend
  3. open http://localhost:4200 in browser

run frontend

cd frontend
npm i 
npm run start
# now running on http://localhost:4200

run backend

cd backend
npm i 
npm run start:dev
# now running on http://localhost:8000
configuration options

create a .env-file in /backend-folder

PORT=8000
MODE=local
VERBOSE=true
OVERWRITE_OPTIMISATION_HOST=http://localhost:2020