Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 313 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 313 Bytes

roomjs.com

The JavaScript Room homepage built on Jekyll.

Development (Mac OS)

  1. Install Jekyll globally: $> gem install jekyll bundler
  2. Run locally: $> bundle exec jekyll serve

Deployment

It's automatically deployed to Github Pages when pushes to the master branch.