//foss.events website
Requirements:
- Python >= 3.6
- pipenv
- virtualenv
pipenv install
make
Start the dev server
pipenv run bin/serve.py
You can now access the website locally in your browser https://localhost:1337/.
Please read the contribute section on the website.
Pull requests are welcome as well.