anchor/docs
dependabot[bot] a48562754b
Bump minimatch from 3.0.4 to 3.1.2 in /docs/programs/tic-tac-toe (#2418)
2023-03-02 11:35:18 +00:00
..
markdoc new docs (#1999) 2022-06-24 14:56:29 -04:00
programs/tic-tac-toe Bump minimatch from 3.0.4 to 3.1.2 in /docs/programs/tic-tac-toe (#2418) 2023-03-02 11:35:18 +00:00
public new docs (#1999) 2022-06-24 14:56:29 -04:00
src docs: updated release-notes (#2364) 2023-01-20 11:13:08 +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.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.