This site is for organization/management of volunteering at the annual Edmonton Ukrainian Festival
Installation instructions
npm i
pipenv installTo run the backend
pipenv shell
python manage.py migrate
python manage.py runserverTo run the front end
npm startPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.