Docs site for the LPM Rust client. Deployed to cli.lpm.dev.
| Script | What |
|---|---|
npm run dev |
Local dev server |
npm run build |
Production build |
npm start |
Run the production build |
npm run types:check |
Type-check MDX frontmatter and TS source |
npm run lint |
Biome lint (check only) |
npm run lint:fix |
Biome lint + format, writing fixes |
npm run format |
Biome format only |
npm run test:unit |
Run Vitest unit tests |
npm run test:unit:watch |
Run Vitest in watch mode |
MIT.