Install the dependencies for Bookshop:
$ npm install
Install the Jekyll dependencies with Bundler:
$ npm run install-jekyll
Run the website:
$ npm start
Misc:
mkdir /.ruby
echo 'export GEM_HOME=/.ruby/' >> /.zshrc
echo 'export PATH="$PATH:/.ruby/bin"' >> ~/.zshrc
source ~/.zshrc
bundle add webrick