diff --git a/README.md b/README.md index 4c7c185..b372203 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ To contribute a change, [check out the contributing guide](CONTRIBUTING.md). ### Local Development -Run `npm run start` to start a watching build rollup server. To view the sample pages in the repo, you can run `npm run serve` as a separate process which starts a static server. `npm run build` will run a one-time build. +First, run `npm install` to install all node modules required. Then, run `npm run dev` to start a watching build rollup server. To view the sample pages in the repo, you can run `npm run serve` as a separate process which starts a static server. `npm run build` will run a one-time build. ## Disclaimer & License