Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix to allow users to run in dev mode without installing gulp globally #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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 documentation/modules/ROOT/pages/develop.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,9 @@ yarn install
[.console-input]
[source,bash]
----
gulp
npm run dev
----

The gulp will start will start a local site server at http://localhost:3000.
The npm run dev command will start a local site server at http://localhost:3000.

Once the local dev server is up, any changes made to the course source repository files will trigger the build and reload of the site with new changes.