- git clone or download zip
- navigate to root directory
- create .env.local file in root directory
- Add the following to the .env.local file:
- NEXT_PUBLIC_API=/api
- API=http://localhost:8000/api
- SKIP_PREFLIGHT_CHECK=true
- run the command "npm install" in your terminal from the root