Files
snikket-web-portal/README.md
2020-02-29 12:40:43 +01:00

261 B

Snikket Web Portal

Start the dev server

$ direnv allow
$ mkdir .local
$ cp web_config.example.py .local/web_config.py
$ $EDITOR .local/web_config.py  # to adapt the configuration to your needs
$ pip install -r requirements.txt
$ quart run