Skip to content

Latest commit

 

History

History
executable file
·
22 lines (16 loc) · 634 Bytes

README.md

File metadata and controls

executable file
·
22 lines (16 loc) · 634 Bytes

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 [email protected]: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