Skip to content

Grids-and-Guides/osff-documentation

VitePress Documentation Site

This documentation website is built using VitePress, a modern static site generator built with Vue and Vite.

Prerequisites

  • Node.js 22.14.0 or higher
  • pnpm 9.0.0 or higher

Installation

# Install dependencies
pnpm i

or

pnpm i --frozen-lockfile

Local Development

# Start the development server
pnpm run dev

This command starts a local development server at http://localhost:5173. Most changes are reflected live without having to restart the server.

Build

# Build for production
pnpm run build

This command generates static content into the .vitepress/dist directory, which can be served using any static site hosting service.

Preview Production Build

# Preview the production build locally
pnpm run preview

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •