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

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.