Skip to content

Commit

Permalink
docs(verity): change README
Browse files Browse the repository at this point in the history
  • Loading branch information
IKatsuba committed Jun 3, 2024
1 parent 8fa8b0b commit 9fd6262
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,17 +43,23 @@ docker-compose up -d
npm install
```

5. Start the development server:
5. Generate the Prisma client:

```bash
npm run prisma:gen
```

6. Start the development server:

```bash
npm start
```

6. Open your browser and navigate to [http://localhost:3000](http://localhost:3000).
7. Open your browser and navigate to [http://localhost:3000](http://localhost:3000).

7. Login with the following credentials:
8. Login with the following credentials:

- **Username:** verity
- **Password:** verity

8. You're all set! 🚀
9. You're all set! 🚀

0 comments on commit 9fd6262

Please sign in to comment.