Skip to content

alfateam/orange-orm-site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Orange ORM Site

Documentation site for Orange ORM, built with VitePress and published with GitHub Pages.

Live site: https://orange-orm.io/

Development

Install dependencies:

npm ci

Run the local development server:

npm run dev

Build the site:

npm run build

Preview the production build:

npm run preview

Deployment

Pushes 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: '/'

About

The Orange ORM web site

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors