Source code of the Offline First Community website
We live in a disconnected & battery powered world, but our technology and best practices are a leftover from the always connected & steadily powered past.
If you'd like to run this GitHub Pages site locally with Jekyll, then follow these instructions:
- Install Ruby 2.1.0 or higher and install Bundler.
- From the root directory of this project, install Jekyll and other dependencies:
$ bundle install
- Also from the root directory of this project, build the local Jekyll site:
$ bundle exec jekyll serve
- Preview your local Jekyll site in your web browser at
http://localhost:4000
.
Steps 1 and 2 should only need to be completed once on your local development machine.