Skip to content
This repository was archived by the owner on Jul 5, 2024. It is now read-only.

Latest commit

 

History

History

README.md

Project Name

This app is built with Middleman.

Prerequisites

  • Ruby 2.6.6 (confirm by running ruby --version)

Setup

After you have cloned this repo, follow these steps to run the app:

  1. Run the setup script to set up your machine with the necessary dependencies:

    bin/setup
    
  2. Start the Middleman server:

    bundle exec middleman server
    

    You should now be able to view your app at http://localhost:4567.