Files
snikket-web-portal/README.md
2020-03-07 17:06:00 +01:00

362 B

Snikket Web Portal

Screenshot of the app

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
$ pip install -r build-requirements.txt
$ make
$ quart run