The source code for the Compass documentation site.
To see the Compass source code, visit: SwitchbackTech/compass
Install doc site dependencies:
yarnRun local doc site server:
yarn startThis starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
Generate static content into the build dir, which can be served using any static contents hosting service.
yarn buildPush to main, which will trigger a Vercel deployment.