Željko Tadić 5767365d11 docs: Fix broken link to `AccountInfo` in Intro to Solana (#3430) il y a 10 mois
..
markdoc 615fa457f3 new docs (#1999) il y a 3 ans
programs fc765ff393 docs: Fix tic-tac-toe example (#3115) il y a 1 an
public 227ccb22fd docs: Add Solana Playground quickstart page, and add examples page for anchor contraints and types (#2703) il y a 1 an
src 5767365d11 docs: Fix broken link to `AccountInfo` in Intro to Solana (#3430) il y a 10 mois
.env.example 615fa457f3 new docs (#1999) il y a 3 ans
.eslintrc.json 615fa457f3 new docs (#1999) il y a 3 ans
.gitignore 615fa457f3 new docs (#1999) il y a 3 ans
README.md 615fa457f3 new docs (#1999) il y a 3 ans
jsconfig.json 615fa457f3 new docs (#1999) il y a 3 ans
next.config.js ae0131dbb4 fixing docs hydration error (#2047) il y a 3 ans
package-lock.json fa9f960a0b docs: Add tuple enum JS client documentation (#2631) il y a 2 ans
package.json 3b45144787 v0.27.0 (#2428) il y a 2 ans
postcss.config.js 615fa457f3 new docs (#1999) il y a 3 ans
prettier.config.js 615fa457f3 new docs (#1999) il y a 3 ans
tailwind.config.js 615fa457f3 new docs (#1999) il y a 3 ans
vercel.sh be67192f2b add vercel script for determining deployment skipping (#2277) il y a 2 ans

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.