Skip to content

Delresearch/WhisperTrack-Docs

Repository files navigation

WhisperTrack-Docs

Running WhisperTrack Docs

Requirements

Clone Repository

git clone https://github.com/Delresearch/WhisperTrack-Docs
cd WhisperTrack-Docs

Build the Docker Image

docker build -t whispertrackdocs -f docker/Dockerfile .

Run the container

docker run -it --rm -p 8000:8000 --name=whispertrackdocs whispertrackdocs

This will start the documentation server and make it available at http://localhost:8000.

Development

VSCode dev container

If you are using VSCode, you can use the dev container to run the documentation server. This will automatically install all dependencies and set up the environment for you.

  1. Open the repository in VSCode.
  2. Install the Remote - Containers extension if you haven't already.
  3. Open the Command Palette (Ctrl+Shift+P) and select "Remote-Containers: Reopen in Container".
  4. Once the container is built, the documentation server should start automatically on port 8000. If it doesn't, using the terminal inside the container, run:
mkdocs serve

This will start the documentation server and make it available at http://localhost:8000.

Docker Container Development

If you prefer to run the documentation server locally without using VSCode, you can follow these steps to run the site: Running WhisperTrack Docs

Attach to the container

docker exec -it whispertrackdocs /bin/bash

Contributing

We welcome contributions to the WhisperTrack documentation! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •