pip install requirements.txt
- Create a .env file by copying empty variables in .env_delete. Delete .env_delete. Fill in environment variables.
- Load fixtures with
manage.py loaddata *<fixture_name>*
- Make sure you have valid Twilio API account credentials and a verified caller id.
- Start a ngrok server and input the hostanme into your .env file.
- Make, run migrations and start Django server.