Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Thiemann96 authored Aug 6, 2024
1 parent 1e1b7b5 commit 2b8e5a9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,11 @@ You will need to have Node.js and Yarn installed.
```sh
npx prisma migrate dev
```
5. Run the App
5. seed database with themes
```sh
npx prisma db seed
```
6. Run the App
```sh
yarn dev
```
Expand Down

0 comments on commit 2b8e5a9

Please sign in to comment.