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

https://github.com/solana-foundation/solana-com

The solana.com website.
https://github.com/solana-foundation/solana-com

javascript react typescript

Last synced: 6 months ago
JSON representation

The solana.com website.

Awesome Lists containing this project

README

          

# solana.com

Repository for [https://solana.com](https://solana.com).

## Setup locally

1. Clone the repo to your local machine:

```
git clone https://github.com/solana-foundation/solana-com.git
```

2. Install the dependencies via `yarn`:

```
yarn
```

3. Run the project locally:

```
yarn dev
```

## Maintainers

The solana.com website is managed and maintained by the Solana Foundation. Read
more on [how to contribute](CONTRIBUTING.md).