Skip to content

meganbruce/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

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 47.6%
  • HTML 34.5%
  • CSS 17.4%
  • Ruby 0.5%