We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e754ed commit af7e950Copy full SHA for af7e950
build/build.coffee
@@ -20,6 +20,7 @@ It is run automatically on every commit to the repo.
20
If you'd like to run it locally:
21
1. Install coffeescript via npm: `npm i -g coffeescript`
22
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`
24
25
If you don't use npm, or don't want to install CoffeeScript,
26
you should use any of the other build scripts in this folder.
0 commit comments