Skip to content

Commit

Permalink
fix: added small part about building the core
Browse files Browse the repository at this point in the history
  • Loading branch information
DJ1TJOO committed Aug 16, 2024
1 parent f6d5690 commit a906cb7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions apps/docs/development/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,12 @@ pnpm db:seed
| Timo Peters | ouder@email.nl | Cursist |
| Lisa Peters | ouder@email.nl | Cursist |
| Lars Peters | ouder@email.nl | Cursist |

## Building the core package

If you made changes to the core package, you need to build it.

```bash
cd packages/core
pnpm build
```

0 comments on commit a906cb7

Please sign in to comment.