This is a DocPad project containing the reference material for the Pencil Code website.
- Clone the project and run the server
git clone https://github.com/PencilCode/reference.git
cd reference
npm install
npm run devserver
-
Start hacking away by modifying the
src
directory
If you have committer access to PencilCode/reference on github, you can edit the site directly on github without installing anything.
-
Visit ref.pencilcode.net
-
Navigate to the page you want to edit, and press control-E to visit the github editing page.
-
Edit and commit changes. They will automatically propagate to the website in a minute or two.