Lang Leve...! was an art project during the Covid pandemic that sought to reduce loneliness by encouraging cultural participation.
This repository contains the source code for its website, as well as an archived copy that can be viewed on https://langleve.created.today/
Install Python and run the following commands:
pip install -r requirements.txt
./manage.py migrate
./manage.py createsuperuser
./manage.py runserver
Visit https://localhost:8000/edit/ to add sections to the homepage.