This repository contains the source code for the official A.R.C. (Agentic Reasoning Core) documentation website.
The site is built using Docusaurus, a modern static website generator.
First, make sure you have your dependencies installed.
pnpm installThen, to start a local development server:
pnpm startThis command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
A.R.C. is a Docusaurus project, which is based on React. You know, the JavaScript library for building user interfaces. Just in case you forgot.