This site is for organization/management of volunteering at the annual Edmonton Ukrainian Festival
Installation instructions
npm i
pipenv install
To run the backend
pipenv shell
python manage.py migrate
python manage.py runserver
To run the front end
npm start
Pull 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.