Source code for https://adaptorygame.com in Jekyll.
bundle install
bundle exec jekyll serve --livereload --incremental
And then visit http://localhost:4000.
If hosted on GitHub pages, you can't import anything from node_modules
, so there's no point in having
a package.json
(unless you compile bundle.{js,css}
first on travis-ci etc).