Skip to content

Commit

Permalink
Update package.json and README
Browse files Browse the repository at this point in the history
  • Loading branch information
alexus888 committed Aug 4, 2024
1 parent fd9d41b commit a85d174
Show file tree
Hide file tree
Showing 3 changed files with 1,849 additions and 12,640 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ save to JSON server "database".

1. Install `poetry` using `pipx` if you do not already have it.
1. Run `npm i && poetry install`.
1. In two separate terminals, start the `db` and `ui` processes:
1. In two separate terminals, start the `db` and `dev` processes:
```
npm run db # toy json server
npm run ui # dev ui
npm run dev # hot reload dev server
```
1. Run the tests either in the Cypress UI or headlessly:
Expand Down
Loading

0 comments on commit a85d174

Please sign in to comment.