miblodelcarpio / HandmadeCompanion

Community-maintained companion material for Handmade Hero and its education videos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HandmadeCompanion

Contributing

You can add a new video or edit a page for one by editing the corresponding *.html.md file in src/documents/videos/*/

If you want to do more than that, read NOTES.md

Pull requests are more than welcome.

Running Locally

We use DocPad as a build tool to produce a static html site. If you would like to set up a build environment for local testing, its pretty simple.

  1. Install node.js
  2. Run npm install do grab docpad and other build dependencies.
  3. Run npm start to launch a local test server.
  4. Point your browser at the test server.

The test server will monitor the source for changes, and will regenerate and cause the browaer to automatically refresh.

License

Copyright © 2014+ All rights reserved.

About

Community-maintained companion material for Handmade Hero and its education videos


Languages

Language:CSS 70.1%Language:CoffeeScript 26.1%Language:Shell 3.8%