🚀 Jekyll Progressive Web App Generator.
Jekyll + Google web-starter-kit = best of both worlds
First, install Yeoman and jekyll-starter-kit using npm (we assume you have pre-installed node.js).
npm install -g yo npm install -g generator-jekyll-starter-kit
Then generate your new project:
yo jekyll-starter-kit
There's could be an issue with Gem package manager and the gems on your local machine. If so, run:
bundle install
For more info about bundle go to Bundler.
Great! Here is how you can install the local generator to test changes.
npm installinside the new directory.
npm link- This makes your local system sync with the changes you make
mkdir app
yo jekyll-starter-kit