The official documentation and landing page for Pomelo.
This repository contains the source code for the Pomelo documentation website and landing page. It is built using Astro and designed to be fast, responsive, and easy to maintain.
To run the documentation site locally:
-
Install dependencies
pnpm install
-
Set up environment variables
Copy.env.exampleto.envif required for local dev. -
Start the development server
pnpm dev
-
Build for production
pnpm build
We welcome contributions! If you spot an error in the documentation or want to add a guide, feel free to submit a Pull Request. All documentation content is written in .mdx format.
This project is licensed under the GNU General Public License v3.0 (GPLv3).