Skip to content
jeremyckahn edited this page Nov 1, 2012 · 3 revisions

If you'd like to work on the Pine App or test games you are building for Pine, follow this guide. Assumes a Mac or Linux environment.

  1. Get the code: $: git clone https://github.com/jeremyckahn/pine.git
  2. $: cd pine
  3. $: npm install

Now you'll want to fire up the dev server. It's just a little Node server.

$: node dev-server.js

Clone this wiki locally