Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 371 Bytes

README.markdown

File metadata and controls

23 lines (13 loc) · 371 Bytes

GURUSC

This is the source code for the GuruSC Website. It is based on the excellent nanoc3 static site generator.

How to run in localhost

  • gem install nanoc

  • gem install adsf

  • Edit the html

  • nanoc compile

  • nanoc view (to run the webrick)

Deploy

  • git remote add heroku "HEROKU_URL"
  • rake deploy