Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

Building The Docs

The docs use react-scripts to develop and build our static assets.

Setup

yarn # or
npm install

serve using the following command:

yarn start # or
npm run start

Prop Type Data

react-docgen doesn't support following composes so we have to do this manually (for now). If you're contributing, be sure to add any prop type changes under src/data/props.json.