Install the dependencies with Bundler:
$ npm install
$ bundle installRun jekyll commands through Bundler to ensure you're using the right versions:
$ npm run start
$ rake devBefore you upload the generated files to the server:
$ npm run build
$ rake buildAuto format
$ bundle exec rubocop --enable-pending-cops -a$ bundle exec jekyll serve --livereload --host localhost --open-url --limit_posts 1 $ bundle exec jekyll serve --livereload --host localhost --open-url- The Jekyll theme was customized based on Treat.
- The Internet Archive BookReader was developed by Richard Caceres.