
Gatsby Interface
Storybook available at gatsby-interface.netlify.com:

Installation
Using Yarn:yarn add gatsby-interface
Using npm:
npm install gatsby-interface --save
Fonts
Certain Gatsby Interface components require theFutura PT
webfont. These files are git-ignored to prevent the unauthorized release of licensed assets, and are not included in this repository.Gatsby Inc. employees can download these fonts from our Google Drive. Put all those folders in
src/assets/futura-pt
and you should be good to go!Development
- Clone the repository:
git clone https://github.com/gatsby-inc/gatsby-interface.git
. - Install dependencies:
yarn
. - Run Storybook:
yarn storybook
.
Chromatic testing
To run the visual testing tool, runCHROMATIC_APP_CODE=<insert_app_code> yarn chromatic
You can find the app code in the Chromatic dashboard - https://www.chromaticqa.com