Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

Commit

Permalink
feat: seed database with example data
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiejaoude committed Jun 17, 2024
1 parent 5a37387 commit 44db8f0
Show file tree
Hide file tree
Showing 7 changed files with 579 additions and 57 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,10 @@ All contributions welcome, not just code.
<img alt="LinkedIn OAuth screenshot of settings" src="https://github.com/EddieHubCommunity/CreatorsRegistry/assets/624760/c61a50eb-363e-4dcb-b208-405e256f7238">
</details>

2. npm ci
3. npm run dev
2. Install the dependencies `npm ci` from the package lock file (do not use `npm install` unless for a specific reason)
3. Create the database tables `prisma migrate dev`
4. Seed the database by inserting example data `db:dev:seed`
5. Start the local dev server `npm run dev`

## Join the EddieHub community

Expand Down
Loading

0 comments on commit 44db8f0

Please sign in to comment.