Note: does not work with Ruby 3.x+ or Node 15.x+ . To run locally without installing older versions of Ruby/Node, follow the Docker steps
- Git
- Ruby v2.6
- RubyGems
- Node.js v14.x (at least version 12)
- Bundler
git clone <repository-url> this repositorycd homepageyarnbundle exec middleman serverVisit the app at http://localhost:4567
git clone <repository-url> this repositorycd homepagedocker-compose up -dVisit the app at http://localhost:4567
Homepage is released under the MIT License.