feat: oauth-based login (#7)

This commit is contained in:
Roberto Vidal
2024-07-29 19:31:45 +01:00
committed by GitHub
parent b8a197ed16
commit 7ebc805ffa
17 changed files with 523 additions and 102 deletions

View File

@@ -32,6 +32,12 @@ cd bolt
pnpm i
```
3. Optionally, init git hooks:
```bash
pnpmx husky
```
### Development
To start developing the Bolt UI: