User account management for systemausfall.org
https://git.hack-hro.de/systemausfall/userausfall
public | ||
src | ||
userausfall | ||
.browserslistrc | ||
.eslintrc.js | ||
.gitignore | ||
babel.config.js | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
README.md | ||
requirements.txt | ||
setup.py | ||
tsconfig.json | ||
vue.config.js |
userausfall
Backend: Development server
export DJANGO_SETTINGS_MODULE=userausfall.settings USERAUSFALL_SECRET_KEY=dev
python3 -m django migrate
python3 -m django runserver
Frontend: Project setup
npm install
Compiles and hot-reloads for development
npm run serve
Compiles and minifies for production
npm run build
Lints and fixes files
npm run lint
Customize configuration
Credits
- Parts of initial code are based on schnipsel.