git clone https://github.com/Delresearch/WhisperTrack-Docs
cd WhisperTrack-Docsdocker build -t whispertrackdocs -f docker/Dockerfile .docker run -it --rm -p 8000:8000 --name=whispertrackdocs whispertrackdocsThis will start the documentation server and make it available at http://localhost:8000.
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.
- Open the repository in VSCode.
- Install the Remote - Containers extension if you haven't already.
- Open the Command Palette (Ctrl+Shift+P) and select "Remote-Containers: Reopen in Container".
- 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 serveThis will start the documentation server and make it available at http://localhost:8000.
If you prefer to run the documentation server locally without using VSCode, you can follow these steps to run the site: Running WhisperTrack Docs
docker exec -it whispertrackdocs /bin/bashWe 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.