Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lroal authored Jun 25, 2024
1 parent e6867ea commit b822fa5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ But you can also run it locally with the following steps:

4. **Running benchmarks**:
- Develop within the container. All defined extensions and settings in `devcontainer.json` will be available.
- Run ```npm install```
- Run ```npm run init``` to init database
- Run ```npm run drizzle```
- Run ```npm run orange```
- Run ```npm run prisma```
- Run ```npm run mikroorm```
- ```npm install```
- ```npm run init``` to init database
- ```npm run drizzle```
- ```npm run orange```
- ```npm run prisma```
- ```npm run mikroorm``` (Not working yet)

## Note

Expand Down

0 comments on commit b822fa5

Please sign in to comment.