first commit

This commit is contained in:
2026-07-12 16:14:06 +05:30
commit 1dbdb4f4d5
49 changed files with 12172 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
# 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.