Matthew Callens fcc7addc66 add theme color for logo text (#2000) 3 tahun lalu
..
markdoc 615fa457f3 new docs (#1999) 3 tahun lalu
programs 615fa457f3 new docs (#1999) 3 tahun lalu
public 615fa457f3 new docs (#1999) 3 tahun lalu
src fcc7addc66 add theme color for logo text (#2000) 3 tahun lalu
.env.example 615fa457f3 new docs (#1999) 3 tahun lalu
.eslintrc.json 615fa457f3 new docs (#1999) 3 tahun lalu
.gitignore 615fa457f3 new docs (#1999) 3 tahun lalu
README.md 615fa457f3 new docs (#1999) 3 tahun lalu
jsconfig.json 615fa457f3 new docs (#1999) 3 tahun lalu
next.config.js 615fa457f3 new docs (#1999) 3 tahun lalu
package-lock.json 615fa457f3 new docs (#1999) 3 tahun lalu
package.json 615fa457f3 new docs (#1999) 3 tahun lalu
postcss.config.js 615fa457f3 new docs (#1999) 3 tahun lalu
prettier.config.js 615fa457f3 new docs (#1999) 3 tahun lalu
tailwind.config.js 615fa457f3 new docs (#1999) 3 tahun lalu

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.