/cupcake-docs

The docs repo for Cupcake

Primary LanguageCSS

Cupcake Docs

Prerequisites

  • Ruby - use the installer
  • Jekyll - $ gem install jekyll
  • Bundler - $ gem install bundler
  • NodeJS - use the installer.

Tested with : node 5.12.0, jekyll 3.1.6, ruby 2.3.0

npm install

bundle install

Run Locally

npm start

Deploy

This will compile and publish to the Master branch. Live at https://cupcake-design-system.github.io

npm run deploy