Thanks for wanting to help! Hereβs how to get started with our Next.js & Fumadocs based project.
- Fork the repo on GitHub.
- Clone your fork locally.
- Install dependencies using npm:
npm install
- Create a branch for your changes.
- Make your changes and test them.
- Commit and push your changes.
- Open a Pull Request with a clear description.
- Use clear titles and steps to reproduce.
- Include screenshots or logs if needed.
- Follow existing code style (we use ESLint).
- Test your changes by running the development server.
- Keep PRs focused on one issue or feature.
- If you are adding documentation for Pulse, place it in
src/pulse/or relevant[lang]directories.
- We use MDX with Fumadocs.
- Use
<include>tags for reusable parts and localizations where possible, following the pattern in existing.mdxfiles. - Fix typos, outdated info, or unclear sections in
src/messages/(JSON) or content files.
- Start the development server:
npm run dev
- The site will be available at
http://localhost:3000.
- Build the Next.js application:
npm run build
- To check for production errors locally:
npm run start
- PRs will be reviewed by maintainers.
- Feedback will be provided if changes are needed.
- Once approved, your changes will be merged into the main branch.
Your contributions make Flectone Web better. Happy coding! π