Jonas Schäfer fa700bba07 Massive code cleanup
- Avoid fighting import cycles using a factory function
- Collapse useless subpackages into simple modules
- Move flask plugins / infrastructure in own module
- Refactor how blueprints are used to localize information about
  URL routing to app factory
2021-01-17 20:11:25 +01:00
2021-01-17 20:11:25 +01:00
2020-03-07 17:06:00 +01:00
2021-01-17 20:11:25 +01:00
2021-01-17 20:11:25 +01:00
2020-03-07 16:55:12 +01:00
2020-03-07 16:55:12 +01:00
2020-02-17 16:10:42 +00:00
2021-01-17 20:11:25 +01:00
2020-03-07 17:06:00 +01:00
2021-01-17 20:10:04 +01:00
2020-03-07 17:02:14 +01:00

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
Description
This is the web portal for Snikket Chat services. To learn more about what Snikket Chat services are, check the website.
Readme AGPL-3.0 4.8 MiB
Languages
Python 46.1%
HTML 34.7%
SCSS 13.3%
Jinja 2.9%
Shell 1%
Other 2%