alcemirfernandes / reference

Static reference website for Pencil Code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Static reference website for Pencil Code


Languages

Language:HTML 55.1%Language:CoffeeScript 32.3%Language:CSS 9.9%Language:JavaScript 2.2%Language:Shell 0.5%