Skip to Content

πŸ“Œ Prerequisites

βœ… Installing Node.js

Note

Before setting up AI Documentation to run locally, ensure you have Node.js, it is required for running local development server.

Step 1 Download Node.js

Step 2 Install Node.js

  • Run the installer and follow the installation steps.
  • Ensure you check the option Automatically install the necessary tools. Node.js installation tools option

Step 3 Verify Installation

  • Open a terminal or command prompt and run the following commands to confirm installation:
    terminal
    node -v npm -v
  • These should return the installed versions of Node.js and npm.

βœ… Installing Git

Note

Required for cloning and managing the hedwig (AI Documentation) repository.

Step 1 Download Git

Step 2 Install Git

  • Run the installer and follow the setup instructions.

Step 3 Verify Installation

  • After installation, open a terminal or command prompt and run:
    terminal
    git --version

βœ… Installing Visual Studio Code

Note

Recommended code editor for managing documentation.

Step 1 Download VS Code

Step 2 Install VS Code

  • Run the installer and follow the setup instructions.
  • During installation, check the option to Add to PATH for command-line usage.
Last updated on