Skip to content

PencilCode/reference

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pencil Code Reference

This is a DocPad project containing the reference material for the Pencil Code website.

Getting Started

  1. Clone the project and run the server
git clone https://github.com/PencilCode/reference.git
cd reference
npm install
npm run devserver
  1. Open http://localhost:9778/

  2. Start hacking away by modifying the src directory

Editing Online

If you have committer access to PencilCode/reference on github, you can edit the site directly on github without installing anything.

  1. Visit ref.pencilcode.net

  2. Navigate to the page you want to edit, and press control-E to visit the github editing page.

  3. Edit and commit changes. They will automatically propagate to the website in a minute or two.