/present-ideas

Share present ideas with each other via google sheets

Primary LanguageCSS

README

How to run in development

terminal 1:

npm run serve-vite

terminal 2:

VITEDEV=1 python manage.py runserver 0.0.0.0:8000

How to run in production

npm run build-vite
python manage.py collectstatic
python manage.py runserver 0.0.0.0:8000