This is the repo for openseattle.org.
- fork the repo
- create a branch for your changes
- submit pull request
The site uses jekyll, a static site generator. Learn more about jekyll here.
$ git clone git@github.com:openseattle/openseattle.github.io.git
$ cd openseattle.github.io
$ gem install bundler
$ bundle install
$ bundle exec jekyll serve
Now browse to http://localhost:4000
If you're developing using c9, use bundle exec jekyll serve --port $PORT --host $IP