acheron fc9fd6d24b v0.29.0 (#2672) 2 anni fa
..
markdoc 615fa457f3 new docs (#1999) 3 anni fa
programs fc9fd6d24b v0.29.0 (#2672) 2 anni fa
public 615fa457f3 new docs (#1999) 3 anni fa
src fc9fd6d24b v0.29.0 (#2672) 2 anni fa
.env.example 615fa457f3 new docs (#1999) 3 anni fa
.eslintrc.json 615fa457f3 new docs (#1999) 3 anni fa
.gitignore 615fa457f3 new docs (#1999) 3 anni fa
README.md 615fa457f3 new docs (#1999) 3 anni fa
jsconfig.json 615fa457f3 new docs (#1999) 3 anni fa
next.config.js ae0131dbb4 fixing docs hydration error (#2047) 3 anni fa
package-lock.json fa9f960a0b docs: Add tuple enum JS client documentation (#2631) 2 anni fa
package.json 3b45144787 v0.27.0 (#2428) 2 anni fa
postcss.config.js 615fa457f3 new docs (#1999) 3 anni fa
prettier.config.js 615fa457f3 new docs (#1999) 3 anni fa
tailwind.config.js 615fa457f3 new docs (#1999) 3 anni fa
vercel.sh be67192f2b add vercel script for determining deployment skipping (#2277) 2 anni fa

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.