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 repository
cd homepage
yarn
bundle exec middleman server
Visit the app at http://localhost:4567
git clone <repository-url> this repository
cd homepage
docker-compose up -d
Visit the app at http://localhost:4567
Homepage is released under the MIT License.