Skip to content

Getting Started

Welcome to the AI Help Wiki! This is a community-driven wiki providing documentation, definitions, and tutorials on Artificial Intelligence, Machine Learning, and Large Language Models.

To run the wiki on your machine:

  1. Clone the repository:

    Terminal window
    git clone https://github.com/example/aihelp.git
    cd aihelp
  2. Install dependencies:

    Terminal window
    npm install
  3. Start the dev server:

    Terminal window
    npm run dev
  4. Open your browser and navigate to http://localhost:4321.

  • src/content/docs/: Where all markdown/MDX articles are stored.
    • concepts/: High-level concept explanations (LLMs, RAG, etc.).
    • guides/: Interactive guides, workflows, and procedures.
  • public/: Static assets like logos, favicons, and the ads.txt file.
  • astro.config.mjs: Central configuration file for Starlight, integrations, and sidebar layout.
  • scripts/: Local scripts, including the AI Council PR validation pipeline.