Skip to content
This repository has been archived by the owner on Jun 29, 2023. It is now read-only.

Files

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.