KillianKemps / snikket-web-portal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:GNU Affero General Public License v3.0


Languages

Language:Python 38.9%Language:CSS 32.4%Language:HTML 27.3%Language:Makefile 1.3%