A simple landing page for SparkleFormation made with Middleman and Bootstrap, written in Yaml, Haml, Sass, and plain ol' Javascript.
- Clone the repo
git clone [email protected]:sparkleformation/website.git
- Bundle
bundle install
- Start Middleman
bundle exec middleman
You can deploy the SparkleFormation landing page website to GitHub Pages using the middleman-deploy gem:
bundle exec middleman build && bundle exec middleman deploy