https://github.com/reclaimprotocol/docs
Documentation for Reclaim Protocol
https://github.com/reclaimprotocol/docs
documentation hacktoberfest hacktoberfest-2024 nextra technical-writing
Last synced: 7 months ago
JSON representation
Documentation for Reclaim Protocol
- Host: GitHub
- URL: https://github.com/reclaimprotocol/docs
- Owner: reclaimprotocol
- Created: 2024-09-04T20:21:09.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-23T17:00:47.000Z (8 months ago)
- Last Synced: 2025-07-23T20:05:18.285Z (8 months ago)
- Topics: documentation, hacktoberfest, hacktoberfest-2024, nextra, technical-writing
- Language: MDX
- Homepage: https://docs.reclaimprotocol.org/
- Size: 15.4 MB
- Stars: 9
- Watchers: 1
- Forks: 11
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Prerequisites
```bash copy
npm install -g pnpm
```
## Install the packages
```bash copy
pnpm i
```
## Run the project
```bash copy
pnpm run dev
```
## Contributing to Our Project
We're excited that you're interested in contributing to our project! Before you get started, please take a moment to review the following guidelines.
## Code of Conduct
Please read and follow our [Code of Conduct](https://github.com/reclaimprotocol/.github/blob/main/Code-of-Conduct.md) to ensure a positive and inclusive environment for all contributors.
## Security
If you discover any security-related issues, please refer to our [Security Policy](https://github.com/reclaimprotocol/.github/blob/main/SECURITY.md) for information on how to responsibly disclose vulnerabilities.
## Contributor License Agreement
Before contributing to this project, please read and sign our [Contributor License Agreement (CLA)](https://github.com/reclaimprotocol/.github/blob/main/CLA.md).
## Indie Hackers
For Indie Hackers: [Check out our guidelines and potential grant opportunities](https://github.com/reclaimprotocol/.github/blob/main/Indie-Hackers.md)
## License
This project is licensed under a [custom license](https://github.com/reclaimprotocol/.github/blob/main/LICENSE). By contributing to this project, you agree that your contributions will be licensed under its terms.
Thank you for your contributions!