Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 911 Bytes

README.md

File metadata and controls

42 lines (29 loc) · 911 Bytes

What is this?

A simple landing page for SparkleFormation made with Middleman and Bootstrap, written in Yaml, Haml, Sass, and plain ol' Javascript.

How does it work?

  1. Clone the repo
git clone [email protected]:sparkleformation/website.git
  1. Bundle
bundle install
  1. Start Middleman
bundle exec middleman

How do I deploy?

You can deploy the SparkleFormation landing page website to GitHub Pages using the middleman-deploy gem:

bundle exec middleman build && bundle exec middleman deploy