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 9fd6262 commit 9f1173c
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,23 +43,17 @@ docker-compose up -d
npm install
```

5. Generate the Prisma client:

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

6. Start the development server:
5. Start the development server:

```bash
npm start
```

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

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

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

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

0 comments on commit 9f1173c

Please sign in to comment.