Skip to content

Commit

Permalink
fix: the readme of the example project was wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
SebConejo committed Aug 30, 2024
1 parent 396ba52 commit 3826485
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions examples/main-demo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,20 @@ This is a [Manifest](https://manifest.build) demo project.

In the project directory, you can run:

### `npm manifest`
```
npm i
npm run manifest
```

Runs the app in the development mode.\
Open [http://localhost:1111](http://localhost:1111) to view the admin panel in your browser.\
Open [http://localhost:1111/api](http://localhost:1111/api) to view the REST API documentation in your browser.\

The page will reload when you make changes.

### `npm manifest:seed`
````
npm manifest:seed
```
Seeds dummy data for your entities and properties. This commands deletes the previous data.
Expand Down

0 comments on commit 3826485

Please sign in to comment.