anchor/docs
Syed Aabis Akhtar 8e8df76eda
docs: Fix GitHub example link of `declare_program!` in release notes (#2910)
Co-authored-by: acheron <98934430+acheroncrypto@users.noreply.github.com>
2024-04-18 15:20:53 +02:00
..
markdoc
programs/tic-tac-toe v0.30.0 (#2909) 2024-04-15 17:20:01 +02:00
public docs: Add Solana Playground quickstart page, and add examples page for anchor contraints and types (#2703) 2023-11-20 19:47:05 +01:00
src docs: Fix GitHub example link of `declare_program!` in release notes (#2910) 2024-04-18 15:20:53 +02:00
.env.example
.eslintrc.json
.gitignore
README.md
jsconfig.json
next.config.js fixing docs hydration error (#2047) 2022-07-08 09:22:08 -04:00
package-lock.json docs: Add tuple enum JS client documentation (#2631) 2023-09-18 23:07:15 +02:00
package.json v0.27.0 (#2428) 2023-03-08 13:28:23 +00:00
postcss.config.js
prettier.config.js
tailwind.config.js
vercel.sh add vercel script for determining deployment skipping (#2277) 2022-11-22 11:49:12 -05:00

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.