24 lines
713 B
Markdown
24 lines
713 B
Markdown
# WRNexusJS Documentation
|
|
|
|
Standalone documentation site for all 25 private `@wrnexus/*` packages. The displayed release is generated from `package.json#wrnexus.version`.
|
|
|
|
## 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.
|