Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 454 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 454 Bytes

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