acheron 70d4f488c1 docs: Reverse the order of release notes (#3048) há 1 ano atrás
..
markdoc 615fa457f3 new docs (#1999) há 3 anos atrás
programs e6d7dafe12 v0.30.1 (#3040) há 1 ano atrás
public 227ccb22fd docs: Add Solana Playground quickstart page, and add examples page for anchor contraints and types (#2703) há 1 ano atrás
src 70d4f488c1 docs: Reverse the order of release notes (#3048) há 1 ano atrás
.env.example 615fa457f3 new docs (#1999) há 3 anos atrás
.eslintrc.json 615fa457f3 new docs (#1999) há 3 anos atrás
.gitignore 615fa457f3 new docs (#1999) há 3 anos atrás
README.md 615fa457f3 new docs (#1999) há 3 anos atrás
jsconfig.json 615fa457f3 new docs (#1999) há 3 anos atrás
next.config.js ae0131dbb4 fixing docs hydration error (#2047) há 3 anos atrás
package-lock.json fa9f960a0b docs: Add tuple enum JS client documentation (#2631) há 2 anos atrás
package.json 3b45144787 v0.27.0 (#2428) há 2 anos atrás
postcss.config.js 615fa457f3 new docs (#1999) há 3 anos atrás
prettier.config.js 615fa457f3 new docs (#1999) há 3 anos atrás
tailwind.config.js 615fa457f3 new docs (#1999) há 3 anos atrás
vercel.sh be67192f2b add vercel script for determining deployment skipping (#2277) há 2 anos atrás

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.