Henry-E 4bef8c40ef Switch to using @coral-xyz/anchor packages (#2318) há 2 anos atrás
..
markdoc 615fa457f3 new docs (#1999) há 3 anos atrás
programs e90f6888b0 build(deps): bump cross-fetch in /docs/programs/tic-tac-toe (#2024) há 3 anos atrás
public 615fa457f3 new docs (#1999) há 3 anos atrás
src 4bef8c40ef Switch to using @coral-xyz/anchor packages (#2318) há 2 anos 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 a1bb494631 docs meta tags and registry url (#2010) há 3 anos atrás
package.json 347c225a27 v0.26.0 (#2315) 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.