Description
To get started, install Docker
docker compose build
docker compose up
This will start a webserver.
In terminal go to '/frontend' and start front-end and watcher by typing
npm run watch
You can view the website on http://localhost:8000.