Code powering https://docs.lightbug.io making use of vitepress
Install dependencies
npm install
Run the development server
npm run dev
Or build and serve the static site
npm run build
npm run preview
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