- Node.js
- Ruby
- Git
- Netlify CLI
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 update
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