Skip to content

Commit 962a480

Browse files
denyomonogataridenyomonogatari
andauthored
Add seed database command to getting started doc (#1042)
Co-authored-by: denyomonogatari <[email protected]>
1 parent a1b3aa4 commit 962a480

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/getting-started.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@ set SKIP_SETUP=true && set SKIP_FORMAT=true && set SKIP_DEPLOYMENT=true && npx e
4545
npm run setup
4646
```
4747

48+
- Seed database:
49+
50+
```sh
51+
npx prisma db seed
52+
```
53+
4854
- Start dev server:
4955

5056
```sh

0 commit comments

Comments
 (0)