# suspenders-website **Repository Path**: mirrors_thoughtbot/suspenders-website ## Basic Information - **Project Name**: suspenders-website - **Description**: This is the source code for the Suspenders website - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-18 - **Last Updated**: 2026-04-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Suspenders This is the source code for the [Suspenders website](https://suspenders.netlify.app/). It’s built with [Middleman]. You can find the [Suspenders library source code here][suspenders]. [Middleman]: https://middlemanapp.com/ [suspenders]: https://github.com/thoughtbot/suspenders ## 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 ``` 1. Start the Middleman server: ``` bundle exec middleman server ``` You should now be able to view your app at .