Skip to content
This repository has been archived by the owner on Sep 4, 2020. It is now read-only.

Latest commit

 

History

History
24 lines (16 loc) · 833 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 833 Bytes

Grommet Documentation

Build Status Code Climate Dependency Status devDependency Status

This is the source code for the Grommet documentation.

Install

To run the website locally for development execute the following:

  1. Install website NPM modules:

    $ npm install
    
  2. Start the development server:

    $ gulp dev