anchor/docs
Armani Ferrante 6baed77eb5
v0.25.0 (#2031)
2022-07-05 16:32:55 -04:00
..
markdoc new docs (#1999) 2022-06-24 14:56:29 -04:00
programs/tic-tac-toe build(deps): bump cross-fetch in /docs/programs/tic-tac-toe (#2024) 2022-07-03 10:47:19 -04:00
public new docs (#1999) 2022-06-24 14:56:29 -04:00
src v0.25.0 (#2031) 2022-07-05 16:32:55 -04: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 docs meta tags and registry url (#2010) 2022-06-28 18:01:14 -04:00
package-lock.json docs meta tags and registry url (#2010) 2022-06-28 18:01:14 -04:00
package.json docs meta tags and registry url (#2010) 2022-06-28 18:01:14 -04: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

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.