Is a tool for tracking the time you spend procrastinating vs being productive
pip install --user pipenv
curl -qL https://www.npmjs.com/install.sh | sh
Go to the frontend directory and:
npm install
npm run build
Go to the backend directory and:
pipenv install
pipenv shell
python manage.py migrate
python manage.py runserver