Files
WRNexusJSDoc/README.md
T
2026-07-12 16:14:06 +05:30

24 lines
661 B
Markdown

# WRNexusJS Documentation
Standalone documentation site for all 25 private `@wrnexus/*` packages at version `0.2.12`.
## Development
```bash
bun install
bun run docs:generate
bun run dev
```
Package pages are generated from the installed package README and TypeScript declarations, so the documentation stays aligned with the published release.
## Verification and production
```bash
bun run check
bun run build
bun dist/server.js
```
The site includes searchable package discovery, complete API declarations, installation commands, usage guides, responsive styling, dark mode, SEO metadata, PWA configuration, and WRNexusJS production security headers.