Henry-E 5623c7c8ed update discord links (#2424) 2 years ago
..
markdoc 615fa457f3 new docs (#1999) 3 years ago
programs a48562754b Bump minimatch from 3.0.4 to 3.1.2 in /docs/programs/tic-tac-toe (#2418) 2 years ago
public 615fa457f3 new docs (#1999) 3 years ago
src 5623c7c8ed update discord links (#2424) 2 years ago
.env.example 615fa457f3 new docs (#1999) 3 years ago
.eslintrc.json 615fa457f3 new docs (#1999) 3 years ago
.gitignore 615fa457f3 new docs (#1999) 3 years ago
README.md 615fa457f3 new docs (#1999) 3 years ago
jsconfig.json 615fa457f3 new docs (#1999) 3 years ago
next.config.js ae0131dbb4 fixing docs hydration error (#2047) 3 years ago
package-lock.json 53559eb847 Bump json5 from 1.0.1 to 1.0.2 in /docs (#2414) 2 years ago
package.json 347c225a27 v0.26.0 (#2315) 2 years ago
postcss.config.js 615fa457f3 new docs (#1999) 3 years ago
prettier.config.js 615fa457f3 new docs (#1999) 3 years ago
tailwind.config.js 615fa457f3 new docs (#1999) 3 years ago
vercel.sh be67192f2b add vercel script for determining deployment skipping (#2277) 2 years ago

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.