From af7e950d03e33f6b773f4a1f1446b169b5183b1a Mon Sep 17 00:00:00 2001 From: Maikel van de Lisdonk Date: Thu, 26 Sep 2024 08:00:16 +0200 Subject: [PATCH] Update build.coffee with viewing instruction --- build/build.coffee | 1 + 1 file changed, 1 insertion(+) diff --git a/build/build.coffee b/build/build.coffee index a5b7823..4d16665 100644 --- a/build/build.coffee +++ b/build/build.coffee @@ -20,6 +20,7 @@ It is run automatically on every commit to the repo. If you'd like to run it locally: 1. Install coffeescript via npm: `npm i -g coffeescript` 2. From the root of the repo, run `coffee build/build.coffee` +3. If you also want to view the wiki locally, from the root of repo, run `npx http-server` If you don't use npm, or don't want to install CoffeeScript, you should use any of the other build scripts in this folder.