1.0.3 • Published 7 years ago
testing-jekyll-2 v1.0.3
CA Design Sytem
Citizens Advice Design System
Requirements
OS X users can install Node with Homebrew.
$ brew install node
Quick start
1. Get the latest version
Download or clone the latest version of this boilerplate on your local machine by running:
$ git clone git@github.com:btomy/ca-designsystem.git
$ cd ca-designsystem
2. Install dependencies
Install our project dependencies and developer tools listed in package.json
$ bundle install
3. Start developing
When it's done installing, you can start developing by running:
$ npm run serve-docs
This command will build a local version of our Jekyll project from the source files into a temporary folder (_site/
).