Setup Backend (Django) Navigate into the backend directory. Activate the venv. Run pip install -r requirements.txt Run python manage.py migrate to set up the django user migration. Run python manage.py runserver to start up the django server. Frontend (React + Typescript) In a seperate terminal, navigate to the frontend directory. Run npm i to install relevant packages. Run npm run dev to start up the dev server. Go to the http://localhost:5173/splash route. Click on the Go to Sign Up button.