Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 326 Bytes

File metadata and controls

13 lines (11 loc) · 326 Bytes

site

installation

  1. sudo apt-get install ruby ruby-dev (if not already installed)
  2. sudo gem install bundle (if not already installed)
  3. git clone git@github.com:necg/site.git
  4. cd site
  5. bundle install
  6. jekyll serve --watch --config _config_local.yml
  7. Browse to http://localhost:4000