Brand and style guidelines for building MP Cloud digital products.
The entire front-end system is based on Twitter Bootstrap 4.4, and extends many of its core concepts.
<link rel="stylesheet" href="//designsystem.ninelabs.com/assets/style.css" crossorigin="anonymous">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