Learn about how the Chief Tools work and how to use them.
This is the code that runs docs.chief.tools.
To get started first clone this repository and install the dependencies:
yarn install
cp .env.example .env.local
Next, run the development server:
yarn run dev
Finally, open http://localhost:3000 in your browser to view the site.
Start editing by modifying the files in the /src
folder. The site will auto-update as you edit these files.