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