seesawlabs / seesawlabs.github.io

0 stars 5 forks source link

SeeSawLabs Built In Jekyll

Running Locally

  1. Install Ruby
  2. Run gem install jekyll
  3. cd into this project directory and run jekyll serve
  4. Local server is now running at localhost:4000

Dev Tools

To use dev tools in assets:

  1. Install Node.js
  2. Run npm install -g gulp
  3. Run npm install
  4. Run gulp to watch for file changes in the scss folder