Skip to content

vincent-olivert-riera/frontenis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Debug mode:

- Set `DEBUG = True` in `frontenis/settings.py`
- Run Vite app: `npm run dev`
- Run Django: `python manage.py runserver`

Production mode:

- Set `DEBUG = False` in `frontenis/settings.py`
- Build Vite app: `npm run build`
- Collect static files: `python manage.py collectstatic`
- Run Django: `python manage.py runserver`

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published