| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Here’s a quick overview of the project structure:
FlectoneWeb/
├── src/
│ ├── app/ # Next.js App Router (Pages, API, Layouts)
│ │ ├── (main)/ # Main website routes (about, chat, mix)
│ │ └── pulse/ # Documentation routes
│ ├── components/ # Reusable React components
│ ├── i18n/ # Internationalization configuration
│ ├── lib/ # Shared utilities and hooks
│ └── pulse/ # Documentation content (MDX)
├── public/ # Static assets
├── source.config.ts # Fumadocs configuration
└── package.json # Project dependencies and scriptsFlectone Web is a high-performance web solution for Flectone Network. It utilizes Next.js 16+ with App Router for the core site and Fumadocs for a seamless, searchable documentation experience (Pulse).
| Category | Technologies |
|---|---|
| Core | |
| Styling | |
| Language | |
| Docs |
git clone https://github.com/Flectone/FlectoneWeb.git
cd FlectoneWeb npm installStart the development server:
npm run devBuild for production:
npm run buildPreview production build:
npm run startWe welcome contributions! Please read our Contributing Guidelines to get started.
This project is licensed under the GPLv3 License. See the LICENSE file for details.
| Back | FazBrowse Home | New Git URL |