Install yarn
Run the following command within the docs/
folder
yarn && yarn dev
The server should start on localhost:3000.
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.