Skip to content

Latest commit

 

History

History
 
 

docs

Docs

Prereqs

Install yarn

Running docs server locally

Run the following command within the docs/ folder

yarn && yarn dev

The server should start on localhost:3000.

Contributing

Confirm changes look as expected on local instance.

Run yarn build and confirm no errors present from the proposed changes.

Confirm vercel build within PR builds without error and check instance deployment for accuracy.

PR should target branch the main develop branch - develop.