Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 927 Bytes

File metadata and controls

31 lines (21 loc) · 927 Bytes

A.R.C. Logo

A.R.C. Documentation

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.

Development

First, make sure you have your dependencies installed.

pnpm install

Then, to start a local development server:

pnpm start

This 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.