Created
September 3, 2016 15:47
-
-
Save jsundram/9be1973fc57b1f9a2819add28af20078 to your computer and use it in GitHub Desktop.
trying to get processingjs docs ready for offline consumption
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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