Documentation site for Orange ORM, built with VitePress and published with GitHub Pages.
Live site: https://orange-orm.io/
Install dependencies:
npm ciRun the local development server:
npm run devBuild the site:
npm run buildPreview the production build:
npm run previewPushes to main are deployed by GitHub Actions using .github/workflows/deploy.yml.
The site is configured for the custom domain orange-orm.io. The docs/assets/CNAME file is copied into the VitePress build output so GitHub Pages keeps the domain binding.
Because the site is served from the domain root, VitePress uses:
base: '/'