@oddo/docs
v0.0.6
Published
Documentation and examples for the Oddo framework
Readme
@oddo/docs
Documentation and examples for the Oddo framework.
Installation
npm install @oddo/docsWhat's Included
This package contains:
- Documentation pages - Guide and API reference written in Oddo
- Example code - Playground examples demonstrating Oddo features
- Build tools - Scripts to compile and serve the documentation
Usage
Building the Documentation
npm run buildThis compiles all .oddo files in src/ to JavaScript and outputs to dist/.
Serving Locally
npm run serveStarts a local server to view the documentation.
Development Mode
npm run devBuilds and serves with file watching.
Structure
docs/
├── src/
│ ├── app.oddo # Main application
│ └── pages/
│ ├── guide/ # Getting started guide
│ ├── api/ # API reference
│ └── playground/ # Interactive examples
├── public/
│ └── index.html # HTML template
├── build.mjs # Build script
└── server.mjs # Development serverLicense
MIT
