anchor/docs
Jean Marchand (Exotic Markets) 38bbb21c33
lang: remove the state and interface attributes (#2285)
2022-12-22 16:33:44 +00:00
..
markdoc new docs (#1999) 2022-06-24 14:56:29 -04:00
programs/tic-tac-toe lang: remove the state and interface attributes (#2285) 2022-12-22 16:33:44 +00:00
public new docs (#1999) 2022-06-24 14:56:29 -04:00
src Switch to using @coral-xyz/anchor packages (#2318) 2022-12-16 13:21:50 +00:00
.env.example new docs (#1999) 2022-06-24 14:56:29 -04:00
.eslintrc.json new docs (#1999) 2022-06-24 14:56:29 -04:00
.gitignore new docs (#1999) 2022-06-24 14:56:29 -04:00
README.md new docs (#1999) 2022-06-24 14:56:29 -04:00
jsconfig.json new docs (#1999) 2022-06-24 14:56:29 -04:00
next.config.js fixing docs hydration error (#2047) 2022-07-08 09:22:08 -04:00
package-lock.json docs meta tags and registry url (#2010) 2022-06-28 18:01:14 -04:00
package.json v0.26.0 (#2315) 2022-12-15 16:12:22 +00:00
postcss.config.js new docs (#1999) 2022-06-24 14:56:29 -04:00
prettier.config.js new docs (#1999) 2022-06-24 14:56:29 -04:00
tailwind.config.js new docs (#1999) 2022-06-24 14:56:29 -04:00
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.