Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 742 Bytes

File metadata and controls

21 lines (15 loc) · 742 Bytes

Guacamole

THE MP Cloud DESIGN SYSTEM

Brand and style guidelines for building MP Cloud digital products.

Getting Started

The entire front-end system is based on Twitter Bootstrap 4.4, and extends many of its core concepts.

CSS only

<link rel="stylesheet" href="//designsystem.ninelabs.com/assets/style.css" crossorigin="anonymous">

Development & Running Locally

The system is built using Jekyll and hosted here on Github Pages.

  • Clone this repo locally
  • Go to the project directory where you cloned the repo
  • Install Jekyll using gem install bundler jekyll
  • Then launch the site with bundle exec jekyll serve