Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 299 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (13 loc) · 299 Bytes

Contributing

This project requires Node 10.x and gatsby installed.

To run locally, pick a workspace (docs or marketing):

yarn install
yarn workspace <workspace> start

The site will be live on http://localhost:1313

To build completely:

yarn install
make publish