diff --git a/sites/website/README.md b/sites/website/README.md index 0e37946c835..de2efbfa0df 100644 --- a/sites/website/README.md +++ b/sites/website/README.md @@ -4,8 +4,11 @@ This website is built using [Docusaurus](https://docusaurus.io/), a modern stati ## Installation +Run the following commands in the **root directory**: + ```sh npm ci +npm run build ``` ## Local Development diff --git a/sites/website/src/docs/getting-started/quick-start.md b/sites/website/src/docs/getting-started/quick-start.md index e8338195013..f764d87ccb7 100644 --- a/sites/website/src/docs/getting-started/quick-start.md +++ b/sites/website/src/docs/getting-started/quick-start.md @@ -75,4 +75,4 @@ Now that the "hello-world" custom web component has been defined, it can be incl It's as simple as that! -Continue reading through the docs to understand all of the potential ways to use `@microsoft/fast-element` for your website or application. \ No newline at end of file +Continue reading through the docs to understand all of the potential ways to use `@microsoft/fast-element` for your website or application.