This app is built with Middleman.
- Ruby 2.6.6 (confirm by running
ruby --version)
After you have cloned this repo, follow these steps to run the app:
-
Run the setup script to set up your machine with the necessary dependencies:
bin/setup -
Start the Middleman server:
bundle exec middleman serverYou should now be able to view your app at http://localhost:4567.