Feel free to dive in! Open an issue, start a discussion or submit a PR. For any informal concerns or feedback, please join our Discord server.
Contributions to Sablier Docs are welcome by anyone interested in improving readability, or adding new features.
git clone https://github.com/sablier-labs/docs.git sablier-docs
cd sablier-docs
bun installjust --list # Show all available commands
just start # Build the docs site locally on localhost:3000
just full-check # Run all code checks- Fork the repository
- Create a feature branch
- Make your changes
- Run
just full-checkto verify code quality - Submit a pull request