Add readme title
This commit is contained in:
parent
1cb1ec9640
commit
399d76026a
1 changed files with 7 additions and 3 deletions
10
README.md
10
README.md
|
@ -1,9 +1,13 @@
|
||||||
# Getting Started
|
# Schnabu Web
|
||||||
|
|
||||||
## Identity Provider Setup
|
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".
|
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
|
### Running Project
|
||||||
|
|
||||||
1. `pnpm install`
|
1. `pnpm install`
|
||||||
2. `prisma migrate dev --schema prisma/schema-sqlite.prisma`
|
2. `prisma migrate dev --schema prisma/schema-sqlite.prisma`
|
||||||
|
|
Loading…
Reference in a new issue