README

An experiment with Jekyll, Webpack.

Ruby Kraken

Requirements

Dependency Version
Ruby
Jekyll
Bundler

Setup

In your local development location, clone the app:

$ git clone https://github.com/leesheppard/rubykraken.git
$ cd rubykraken

Development

Prior to testing in the browser, run webpack to compile the JS and jekyll build so Jekyll will register the newly compiled file.

$ webpack
$ jekyll build
$ bundle exec jekyll serve

You can keep Jekyll watching changes to bundle.js with

$ jekyll build -w 
$ webpack -w

Deployment

Code integration is with CodeShip and will push to production once the Master branch passes.

Deploy to Production

$ vercel --target production

Deploy to Staging

$ vercel --target staging

Running locally

$ bundle exec jekyll serve

Contact

Thanks for checking out my work.