This repository contains the basemind documentation website. The site is generated using docusaurus.
Make sure to use node >= v21 and have pnpm installed on your system.
- Install the dependencies:
pnpm install
- Run the docs:
pnpm start
You can update the dependencies by running:
pnpm up --latest
To lint the codebase run:
pnpm run lint
To format the markdown and other files run:
pnpm run format
To spellcheck the markdown files run:
pnpm run spellcheck