Skip to content

basemind-ai/docs

Repository files navigation

BaseMind Docs

This repository contains the basemind documentation website. The site is generated using docusaurus.

Local Development

Make sure to use node >= v21 and have pnpm installed on your system.

  1. Install the dependencies:
pnpm install
  1. Run the docs:
pnpm start

Updating Dependencies

You can update the dependencies by running:

pnpm up --latest

Local Scripts

Lint

To lint the codebase run:

pnpm run lint

Format

To format the markdown and other files run:

pnpm run format

Spellcheck

To spellcheck the markdown files run:

pnpm run spellcheck