This is a total rewrite of the UwU.tours app by larsmm and jarainf. Original UwU.tours
- Easy to access settings / configuration files for both server and templates
- A resilliant web socket based chat application
- Enhanced accessibility on mobile devices
- Light mode
- Varius comfort and quality of life improvements
- And more
Just use the docker-compose file to spin up a docker container using sudo docker-compose up -d
, while you are in the projects root directory.
Alternatively go into src/python, install all requirements and start main.py
cd src/python
python3 -m venv .env
source .env/bin/activate
pip install -r requirements.txt
python3 ./main.py