tomland123 fc9c680d6a Update installation.md (#2127) 3 лет назад
..
markdoc 615fa457f3 new docs (#1999) 3 лет назад
programs e90f6888b0 build(deps): bump cross-fetch in /docs/programs/tic-tac-toe (#2024) 3 лет назад
public 615fa457f3 new docs (#1999) 3 лет назад
src fc9c680d6a Update installation.md (#2127) 3 лет назад
.env.example 615fa457f3 new docs (#1999) 3 лет назад
.eslintrc.json 615fa457f3 new docs (#1999) 3 лет назад
.gitignore 615fa457f3 new docs (#1999) 3 лет назад
README.md 615fa457f3 new docs (#1999) 3 лет назад
jsconfig.json 615fa457f3 new docs (#1999) 3 лет назад
next.config.js ae0131dbb4 fixing docs hydration error (#2047) 3 лет назад
package-lock.json a1bb494631 docs meta tags and registry url (#2010) 3 лет назад
package.json ae0131dbb4 fixing docs hydration error (#2047) 3 лет назад
postcss.config.js 615fa457f3 new docs (#1999) 3 лет назад
prettier.config.js 615fa457f3 new docs (#1999) 3 лет назад
tailwind.config.js 615fa457f3 new docs (#1999) 3 лет назад

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.