Skip to content

Instantly share code, notes, and snippets.

@jsundram
Created September 3, 2016 15:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jsundram/9be1973fc57b1f9a2819add28af20078 to your computer and use it in GitHub Desktop.
Save jsundram/9be1973fc57b1f9a2819add28af20078 to your computer and use it in GitHub Desktop.
trying to get processingjs docs ready for offline consumption
git clone https://github.com/processing-js/processing-js.github.io.git
cd processing-js.github.io/
sudo gem install jekyll
sudo gem install bundler
sudo gem install github-pages
jekyll build
cd _site
python -m SimpleHTTPServer
# in browser: http://0.0.0.0:8000/reference/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment