Documentation site for Community Bridge and The Orders Recipe, built with Nextra.
- Node.js 18+
- npm, pnpm, or yarn
# Install dependencies
npm install
# Start development server
npm run devOpen http://localhost:3000 in your browser.
# Build for production
npm run build
# Start production server
npm startThis site is configured for static export for GitHub Pages hosting:
npm run buildThe output will be in the out/ directory.
├── pages/ # MDX documentation pages
│ ├── community-bridge/ # Community Bridge docs
│ │ ├── libraries/ # Library documentation
│ │ └── modules/ # Module documentation
│ ├── the-orders-recipe/ # The Orders Recipe docs
│ ├── blog/ # Blog posts
│ └── contributors.mdx # Contributors page
├── public/ # Static assets
├── components/ # React components
├── styles.css # Global styles
├── theme.config.tsx # Nextra theme configuration
├── next.config.mjs # Next.js configuration
└── package.json # Dependencies
We welcome contributions! Please:
- Fork the repository
- Create a feature branch
- Make your changes
- Submit a pull request
MIT License - see LICENSE file for details.