An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Cardano Developer Portal

[![Netlify Status](https://api.netlify.com/api/v1/badges/8d3fae14-1136-4a30-8224-f5602a5a2360/deploy-status)](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.