0cad2b0306cd33e36299c1415c7c63be0f19e2c5
This allows us to include _theme to get all the variables. The idea is that we may, in the future, be able to use a few different CSS files if we have complex (= large) features which are only needed rarely.
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
$ pip install -r build-requirements.txt
$ make
$ quart run
Languages
Python
46.1%
HTML
34.7%
SCSS
13.3%
Jinja
2.9%
Shell
1%
Other
2%