From 3826485f7a2280d3234f29c3ca38ae80dc8c32a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Conejo?= Date: Fri, 30 Aug 2024 10:44:08 +0200 Subject: [PATCH] fix: the readme of the example project was wrong --- examples/main-demo/README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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.