Skip to content

Latest commit

 

History

History
executable file
·
19 lines (17 loc) · 506 Bytes

README.md

File metadata and controls

executable file
·
19 lines (17 loc) · 506 Bytes

This is a Jekyll site for Documenting the Now's website. To run it locally for development purposes you'll need to:

  • install Ruby
  • install rvm
  • install Jekyll
  • rvm install 2.7
  • rvm use 2.7
  • rvm gemset create docnow
  • rvm gemset use docnow
  • gem install bundler
  • bundle install
  • jekyll serve
  • open http://120.0.0.1:4000 in your browser