Based on Jekyll - Webpack Static Website Starter
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