Skip to Content
DocumentationAI DOCS Setup GuideRunning the Project Locally

πŸƒπŸ»β€β™€οΈβ€βž‘οΈ Running the Project Locally

Note

Always follow the steps below when starting to run the documentation on the local server.

Step 1. Launch the Visual Studio Code.

  • Click File at the top-left corner and navigate to the location of the cloned repository if not yet opened. (e.g., .\gitlab-projects\hedwig)

  • Then, click the Select Folder button.

    Node.js installation tools option

    Node.js installation tools option

Step 2. Open terminal

  • Click the New Terminal.

    Node.js installation tools option

Step 3. Type npm run dev

  • to run the local server and click Enter.

    Node.js installation tools option

Step 4. Do Ctrl + click

  • to follow the localhost link or copy and paste it to a browser.

    Node.js installation tools option

    Node.js installation tools option

Last updated on