anchor/docs
Henry-E 3b45144787
v0.27.0 (#2428)
2023-03-08 13:28:23 +00:00
..
markdoc new docs (#1999) 2022-06-24 14:56:29 -04:00
programs/tic-tac-toe v0.27.0 (#2428) 2023-03-08 13:28:23 +00:00
public new docs (#1999) 2022-06-24 14:56:29 -04:00
src v0.27.0 (#2428) 2023-03-08 13:28:23 +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 Bump json5 from 1.0.1 to 1.0.2 in /docs (#2414) 2023-03-02 11:34:27 +00:00
package.json v0.27.0 (#2428) 2023-03-08 13:28:23 +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.