https://git.jolheiser.com/mint.git
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
# Mint A simple budget app ## Development - Build assets 1. `cd assets` 2. `npm ci` 3. `npm run build` - Collect static 1. `python manage.py collectstatic` - Create database 1. `python manage.py migrate` - Turn off auth 1. `MINT_NO_AUTH=true`