Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 589 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 589 Bytes

Doc Detective documentation

Get started

  1. Install the dependencies:

    • VSCode Dev Container:

      1. Install Docker.
      2. In VSCode, open the Command Palette and run "Dev Containers: Rebuild and Reopen in Container".
    • Manual install:

  2. Start the local server:

    npm run start
  3. Make your changes.

  4. Commit your changes. When your changes merge into the main branch, GitHub Pages automatically republishes the documentation.