cd frontendnpm i --forcenpm run dev- Open localhost:5173 in the browser.
cd backendpip install -r requirements.txt- Setup the PaLM API key in
.envas per the.env.examplefile. python3 manage.py migratepython3 manage.py runserver
| Name | Name | Last commit date | ||
|---|---|---|---|---|
cd frontendnpm i --forcenpm run devcd backendpip install -r requirements.txt.env as per the .env.example file.python3 manage.py migratepython3 manage.py runserver