web/README.md
2024-05-19 22:08:31 +02:00

14 lines
362 B
Markdown

# Schnabu Web
Web Interface for Schnabu
## Getting Started
### Identity Provider Setup
To enable generation of refresh tokens, enable OAuth Mapping 'offline_access' in your OAuth2 Provider. This can be found under "Advanced protocol settings".
### Running Project
1. `pnpm install`
2. `prisma migrate dev --schema prisma/schema-sqlite.prisma`
3. `pnpm dev`