My website
Currently under development
Node.js and npm - Currently using 6.4.0 and 3.10.3 - Node.js
Grunt - Grunt
Ruby - Ruby
Ruby Gems - Ruby Gems
Bundler - Bundler
Jekyll - Jekyll
GitHub Pages - GitHub Pages Gem
To install the dependencies run from the root directory (same directory as this file)
npm install
npm install -g grunt-cli # installs grunt skip this step if you already have grunt installed
gem install bundler # install bundler and jekyll gem
bundle installTo build the site the following command from the root directory:
bundle exec jekyll serveor
./startAnd the server should start at http://localhost:4000