Based on Jekyll - Webpack Static Website Starter
- Node >= 6.10.2
- NPM >= 5.1.0
- Ruby >= 2.3.0
- Jekyll >= 3.3.1
- Bundler >= 1.14.4
Install deps
bundle install && npm install
Starting the project locally
npm run dev
Building for production
npm run build
Run CI tests locally
npm run local-test