Caution
This is our current progress, this is not complete or ready for production.
- Install python 3.13
pip install pipenv- Open terminal 1
cp .env.example .env- Modify the .env to suit your needs
cd backendpipenv installpipenv shellpython manage.py migratepython manage.py runserver- Open terminal 2
- Install node/pnpm
cd frontendpnpm installpnpm dev
Important
Make sure you stay consistent with then url you're using for the frontend/backend. Either use localhost for both, or 127.0.0.1 for both.
- Open terminal 1
cd backendpipenv shellpython manage.py runserver- Open terminal 2
cd frontendpnpm dev