Necessário ter o Ruby Instalado
Install Jekyll:
gem install jekyll bundler
Install bundle dependencies:
bundle install
When finished, run the dev server:
bundle exec jekyll serve
or just:
jekyll serve
To stop the server, use CTRL+C
.
Install module dependencies:
npm install
Run the build script to generate updated front-end assets:
npm run build
Watch for changes and automatically rebuild assets (CTRL+C
to stop):
npm run watch
ruby 2.3.1p112 gem 2.5.1 jekyll 3.5.0 node v8.4.0
not tested with others.