import React from "react"; import Link from "@docusaurus/Link"; import styles from "./styles.module.css"; import Card from "../../components/Card"; import CardLayout from "../../layouts/CardLayout"; function Developers() { return (

Learn Solana Development

Build and deploy your first on chain Solana program directly in your browser.

Get Started

Learn core concepts

Learn through coding

Setup your local development

{/* future card to replace the RPC API card */} {/* */}
); } export default Developers;