Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 826 Bytes

File metadata and controls

35 lines (21 loc) · 826 Bytes

Compass Docs

The source code for the Compass documentation site.

To see the Compass source code, visit: SwitchbackTech/compass. The most up-to-date, low-level documentation lives in the Compass codebase docs.

Installation

Install doc site dependencies:

bun install

Local Development

Run local doc site server:

bun start

This starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Build

Generate static content into the build dir, which can be served using any static contents hosting service.

bun run build

Deployment

Push to main, which will trigger a Vercel deployment.