Skip to content

Documentation site

Notifications You must be signed in to change notification settings

lightbug-io/docs

Repository files navigation

Lightbug docs

Code powering https://docs.lightbug.io making use of vitepress

Development

Install dependencies

npm install

Run the development server

npm run dev

Or build and serve the static site

npm run build
npm run preview

Deployments

Merges to the main branch will auto deploy onto https://docs-next.lightbug.io

The production branch will deploy to the main site at https://docs.lightbug.io