Jimii 38907fa9b2 docs: explicitely state where to initialize the new anchor program (#2712) hace 1 año
..
markdoc 615fa457f3 new docs (#1999) hace 3 años
programs fc9fd6d24b v0.29.0 (#2672) hace 2 años
public 227ccb22fd docs: Add Solana Playground quickstart page, and add examples page for anchor contraints and types (#2703) hace 1 año
src 38907fa9b2 docs: explicitely state where to initialize the new anchor program (#2712) hace 1 año
.env.example 615fa457f3 new docs (#1999) hace 3 años
.eslintrc.json 615fa457f3 new docs (#1999) hace 3 años
.gitignore 615fa457f3 new docs (#1999) hace 3 años
README.md 615fa457f3 new docs (#1999) hace 3 años
jsconfig.json 615fa457f3 new docs (#1999) hace 3 años
next.config.js ae0131dbb4 fixing docs hydration error (#2047) hace 3 años
package-lock.json fa9f960a0b docs: Add tuple enum JS client documentation (#2631) hace 2 años
package.json 3b45144787 v0.27.0 (#2428) hace 2 años
postcss.config.js 615fa457f3 new docs (#1999) hace 3 años
prettier.config.js 615fa457f3 new docs (#1999) hace 3 años
tailwind.config.js 615fa457f3 new docs (#1999) hace 3 años
vercel.sh be67192f2b add vercel script for determining deployment skipping (#2277) hace 2 años

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.