See https://developers.pruvo.com for the published version
To test locally, run
bundle exec middleman server
and go http://localhost:4567 for the published version
To publish, run
./deploy.sh
Documentation can be found at https://github.com/lord/slate
You're going to need:
- Linux or macOS — Windows may work, but is unsupported.
- Ruby, version 2.3.1 or newer
- Bundler — If Ruby is already installed, but the
bundle
command doesn't work, just rungem install bundler
in a terminal.
bundle install