Creates and activates a virtual environment into which it installs all the necessary dependencies to run the project.
source ./scripts/setup.sh
./run.sh
source .venv/bin/activate
-
Install ngrok:
brew install ngrok
-
Test ngrok installation:
ngrok -h
-
Create an Ngrok account:
Sign up at Ngrok Signup. Get your Authtoken.
-
Add authtoken in terminal
ngrok config add-authtoken TOKEN
-
Run ngrok for the desired port:
ngrok http 8880
-
Access your app:
Access your app at address given at forwarding row:
Forwarding https://d0ea-193-179-66-16.ngrok-free.app -> http://localhost:8880