Syed Aabis Akhtar 8e8df76eda docs: Fix GitHub example link of `declare_program!` in release notes (#2910) vor 1 Jahr
..
markdoc 615fa457f3 new docs (#1999) vor 3 Jahren
programs 852fcc77be v0.30.0 (#2909) vor 1 Jahr
public 227ccb22fd docs: Add Solana Playground quickstart page, and add examples page for anchor contraints and types (#2703) vor 1 Jahr
src 8e8df76eda docs: Fix GitHub example link of `declare_program!` in release notes (#2910) vor 1 Jahr
.env.example 615fa457f3 new docs (#1999) vor 3 Jahren
.eslintrc.json 615fa457f3 new docs (#1999) vor 3 Jahren
.gitignore 615fa457f3 new docs (#1999) vor 3 Jahren
README.md 615fa457f3 new docs (#1999) vor 3 Jahren
jsconfig.json 615fa457f3 new docs (#1999) vor 3 Jahren
next.config.js ae0131dbb4 fixing docs hydration error (#2047) vor 3 Jahren
package-lock.json fa9f960a0b docs: Add tuple enum JS client documentation (#2631) vor 2 Jahren
package.json 3b45144787 v0.27.0 (#2428) vor 2 Jahren
postcss.config.js 615fa457f3 new docs (#1999) vor 3 Jahren
prettier.config.js 615fa457f3 new docs (#1999) vor 3 Jahren
tailwind.config.js 615fa457f3 new docs (#1999) vor 3 Jahren
vercel.sh be67192f2b add vercel script for determining deployment skipping (#2277) vor 2 Jahren

README.md

Anchor Docs

Getting started

npm install
cp .env.example .env.local

Next, run the development server:

npm run dev

Finally, open http://localhost:3000 in your browser to view the website.

Customizing

You can start editing this template by modifying the files in the /src folder. The site will auto-update as you edit these files.