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.
- Host: GitHub
- URL: https://github.com/solana-foundation/solana-com
- Owner: solana-foundation
- License: gpl-3.0
- Created: 2024-07-09T11:28:09.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-04T13:40:50.000Z (about 1 year ago)
- Last Synced: 2025-04-04T23:29:53.436Z (about 1 year ago)
- Topics: javascript, react, typescript
- Language: MDX
- Homepage: https://solana.com
- Size: 111 MB
- Stars: 196
- Watchers: 12
- Forks: 123
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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).