This is the documentation site for the BountyPort platform, built with Starlight.
- Install dependencies:
npm install
- Start the development server:
npm run dev
- Open http://localhost:4321 in your browser.
To build the site for production:
npm run buildThe output will be in the dist directory.