Skip to content
This repository has been archived by the owner on Dec 28, 2022. It is now read-only.

openseattle/openseattle.github.io

Repository files navigation

This is the repo for openseattle.org.

Contributing:

  • fork the repo
  • create a branch for your changes
  • submit pull request

Development

The site uses jekyll, a static site generator. Learn more about jekyll here.

Quick set up

$ 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