Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 248 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 248 Bytes

Dev setup:

Install docker and nodejs

Run in two shells:

docker compose -f docker-compose.yml -f docker-compose.debug.yml up --build

cd webapp && npm run dev

The webapp will be hosted on port 80, so open http://localhost/ in your browser