This repository contains an apocryphal documentation website for the HyperBEAM system, a modular system designed for distributed applications.
- Framework: Next.js
- Styling: Tailwind CSS
- Content Format: JSON and JSX
- Interactive Terminal: Simulated terminal experience for command demonstrations
- Dynamic Content: Data-driven pages using JSON content models
- Responsive Design: Fully responsive interface optimized for all devices
- Comprehensive Documentation: Detailed explanations of all HyperBEAM subsystems
- Node.js 16.8.0 or later
- npm or yarn
- Clone the repository
- Install dependencies
npm install # or yarn install
Run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 in your browser to see the result.
src/app/
- Next.js App Router pagessrc/components/
- Reusable UI componentssrc/data/
- JSON data models for contentpublic/
- Static assets