From 51b7c988fff036b894928c8821219399f6d829e9 Mon Sep 17 00:00:00 2001 From: Ayo Date: Sat, 21 Oct 2023 19:07:22 +0200 Subject: [PATCH] feat(templates): add commands to basic template readme --- templates/basic/README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/templates/basic/README.md b/templates/basic/README.md index b479c20..8b26587 100644 --- a/templates/basic/README.md +++ b/templates/basic/README.md @@ -24,3 +24,18 @@ npm create mcfly@latest - custom element constructor files (only `.js` files for now) - all components are automatically registered using their file names; a `hello-world.js` component can be used as `` - static `.html` fragments; a `my-header.html` fragment can be directly used as `` + +## Commands + +From the root of your project, you can run the following. + +| Command | Result | +| --- | --- | +| npm start | Start the dev server | +| npm prepare | Prepare the app | +| npm build | Locally generate the app's build files to `./output` | +| npm preview | Preview the built app locally | + +## More info + +Check our [website](https://mc-fly.vercel.app) and [GitHub](https://github.com/ayoayco/McFly)