Skip to content

Latest commit

 

History

History
44 lines (26 loc) · 792 Bytes

README.md

File metadata and controls

44 lines (26 loc) · 792 Bytes

Scaleph Docs

✨ Powered by Rspress.

CI

Installation

pnpm install

Development

pnpm run dev

This command starts a local development server and open up a browser window. Most changes are reflected live without having to restart the server.

Build

pnpm run build

This command generates static content and can be served using any static contents hosting service.

Preview

pnpm run preview

This command bootstrap static site preview service.

Deployment

Pull request to dev branch.