diff --git a/examples/main-demo/README.md b/examples/main-demo/README.md index 523e810d..b5a94665 100644 --- a/examples/main-demo/README.md +++ b/examples/main-demo/README.md @@ -6,7 +6,10 @@ 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.\ @@ -14,7 +17,9 @@ Open [http://localhost:1111/api](http://localhost:1111/api) to view the REST API 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.