Skip to content

Commit af7e950

Browse files
authored
Update build.coffee with viewing instruction
1 parent 8e754ed commit af7e950

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/build.coffee

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ It is run automatically on every commit to the repo.
2020
If you'd like to run it locally:
2121
1. Install coffeescript via npm: `npm i -g coffeescript`
2222
2. From the root of the repo, run `coffee build/build.coffee`
23+
3. If you also want to view the wiki locally, from the root of repo, run `npx http-server`
2324
2425
If you don't use npm, or don't want to install CoffeeScript,
2526
you should use any of the other build scripts in this folder.

0 commit comments

Comments
 (0)