Skip to content

Commit

Permalink
feat: added part about logging in
Browse files Browse the repository at this point in the history
  • Loading branch information
DJ1TJOO committed Aug 16, 2024
1 parent a906cb7 commit d2e351f
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions apps/docs/development/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -84,13 +84,19 @@ pnpm db:seed

### Example users add by the seed

| Name | E-mail | Role |
| :------------ | :----------------------------- | :------------------------- |
| Jan Jansen | info@zeilschool-de-optimist.nl | Location admin, instructor |
| Emma de Vries | emma@zeilschool-de-optimist.nl | Instructor |
| Timo Peters | ouder@email.nl | Cursist |
| Lisa Peters | ouder@email.nl | Cursist |
| Lars Peters | ouder@email.nl | Cursist |
| Name | E-mail | Role |
| :------------ | :--------------------------------- | :------------------------- |
| Jan Jansen | info@zeilschool-de-optimist.nl | Location admin, instructor |
| Emma de Vries | emma@zeilschool-de-optimist.nl | Instructor |
| Timo Peters | ouder@email.nl | Cursist |
| Lisa Peters | ouder@email.nl | Cursist |
| Lars Peters | ouder@email.nl | Cursist |
| - | info@nationaalwatersportdiploma.nl | Secretariaat |

### Logging in

To log in to the application, you can use the users above. When you input the email address, you will receive a magic link in the inbox.
The inbox for local supabase development can be found at [http://localhost:54324/monitor](http://localhost:54324/monitor).

## Building the core package

Expand Down

0 comments on commit d2e351f

Please sign in to comment.