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