web/README.md

15 lines
362 B
Markdown
Raw Normal View History

2024-05-19 22:08:31 +02:00
# Schnabu Web
2024-05-18 21:27:18 +02:00
2024-05-19 22:08:31 +02:00
Web Interface for Schnabu
## Getting Started
### Identity Provider Setup
2024-05-19 13:04:01 +02:00
To enable generation of refresh tokens, enable OAuth Mapping 'offline_access' in your OAuth2 Provider. This can be found under "Advanced protocol settings".
2024-05-19 22:07:15 +02:00
2024-05-19 22:08:31 +02:00
### Running Project
2024-05-19 22:07:15 +02:00
1. `pnpm install`
2. `prisma migrate dev --schema prisma/schema-sqlite.prisma`
3. `pnpm dev`