Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 299 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 299 Bytes

trykickoff.com

Requirements for development

  • Jekyll - gem install jekyll (Ruby)
  • Grunt - npm i grunt-cli

For local development

Run npm i to install local dependencies

Then these two commands in separate command line instances:

  • run grunt serve
  • run jekyll build --watch