Thank you for your interest in contributing!
Documentation site for Purus — deployed at purus.work.
git clone https://github.com/puruslang/docs.git
cd docs
npm install
npm run dev| Command | Description |
|---|---|
npm run dev |
Dev server (localhost:4321) |
npm run build |
Production build |
- Fork the repository and create a branch from
main - Make your changes
- Run tests and ensure they pass
- Open a PR with a clear description
Releases are triggered by pushing a v* tag (e.g., v1.1.0).
See CODE_OF_CONDUCT.md.
By contributing, you agree that your contributions will be licensed under the Apache 2.0 License.