Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@ The built version is in the `./dist/static` folder. This folder contains all the

#### Serving the content

Use `npm run scully serve` for serve your content.
Scully serve is an option for create two web servers, one for your angular app and the other for the scully build.
Use `npm run scully:serve` to serve your content.
Scully serve is an option to create two web servers, one for your angular app and the other for the scully build.

**Extra Credit**: While serving the static app, [disable JavaScript](https://developers.google.com/web/tools/chrome-devtools/javascript/disable)
and make sure that the site's navigation still works and most parts of it should still work without JS enabled.
Expand Down