- Node.js
- Yarn
- Ruby
- Git
- ImageMagick
- Netlify CLI (only needed if deploying to production instance)
If you are on Windows, I highly recommend using WSL. It will work on Windows, but it is not fun.
git clone https://github.com/Duosmium/duosmium.git
cd duosmium
yarn
bundle install
bundle exec middleman build
Site can also be built on Netlify, but this is too slow for our purposes.
bundle exec middleman
Then head to http://localhost:4567/results and test the site.
netlify deploy --message="$(git log -1 --oneline)" --prod