Skip to content

Commit

Permalink
update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
JaysonAlbert committed Apr 10, 2024
1 parent cfbb8b6 commit 3fb2514
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ pnpm install
yarn install
```

## database migrate

```bash
npx prisma generate
npx prisma migrate deploy
```

## Development Server

Start the development server on `http://localhost:3000`:
Expand Down

0 comments on commit 3fb2514

Please sign in to comment.