first commit
This commit is contained in:
@@ -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.
|
||||
Reference in New Issue
Block a user