It should be pretty self explanatory, let me know if you need any help!
Front-end
- Run
yarn install - Run
yarn serve - Profit...
Back-end
- Create virtualenv && activate
- Run
pip install -r requirements.txt - Rename
.env.example>.envand update it - [optional] Make
manage.py"runabble":$ chmod +x manage.py - Run
./manage.py migrate - Run
./manage.py runserver - Profit...