- 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/unosmium/unosmium.org.git
cd unosmium.org
yarn
bundle update
bundle exec middleman build
Site can also be built on Netlify, but this is too slow for our purposes.
netlify deploy --message="$(git log -1 --oneline)" --prod