https://github.com/cardano-foundation/developer-portal
The Cardano Developer Portal
https://github.com/cardano-foundation/developer-portal
cardano cardano-community developers
Last synced: 5 months ago
JSON representation
The Cardano Developer Portal
- Host: GitHub
- URL: https://github.com/cardano-foundation/developer-portal
- Owner: cardano-foundation
- License: mit
- Created: 2021-02-23T14:36:42.000Z (over 5 years ago)
- Default Branch: staging
- Last Pushed: 2025-12-19T13:35:34.000Z (5 months ago)
- Last Synced: 2025-12-21T16:57:57.251Z (5 months ago)
- Topics: cardano, cardano-community, developers
- Language: JavaScript
- Homepage: https://developers.cardano.org
- Size: 278 MB
- Stars: 429
- Watchers: 34
- Forks: 1,070
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Governance: docs/governance/cardano-governance/cardano-governance.md
Awesome Lists containing this project
- awesome-ccamel - cardano-foundation/developer-portal - The Cardano Developer Portal (JavaScript)
- best-of-crypto - GitHub - 18% open · ⏱️ 05.06.2024): (Others)
README
# Cardano Developer Portal
[](https://app.netlify.com/sites/staging-dev-portal/deploys)
We wanted to build a developer portal as open and inclusive as Cardano. A portal that is in the hands of the Cardano community and can be constantly evolved by it.
For this to be successful, the portal relies on your contributions, and the fact that you are reading this text probably means that you have something to contribute, even if you are not a Developer.
## Quick Start
```bash
git clone https://github.com/cardano-foundation/developer-portal.git
cd developer-portal
yarn install
yarn build # Required at least once
yarn start # Development server at http://localhost:3000
```
>**Requirements:** Node.js ≥20.x, Yarn ≥1.20
## Documentation
- **[Contributing Guide](CONTRIBUTING.md)** - Add projects, tools, or content
- **[Technical Setup](https://developers.cardano.org/docs/portal-contribute)** - Detailed development guide
- **[Style Guide](https://developers.cardano.org/docs/portal-style-guide)** - Writing and formatting standards
## Contributing
We welcome all contributions! Whether you're adding your tool to the builder tools, improving documentation, or fixing typos.
**Quick contributions:** Use GitHub's web editor for small changes
**Add your tool:** Follow the [Contributing Guide](CONTRIBUTING.md)
**Report issues:** [Create an issue](https://github.com/cardano-foundation/developer-portal/issues)
## License
This project is licensed under the MIT License.