Skip to content

Commit

Permalink
make note on faster dev compile of docs
Browse files Browse the repository at this point in the history
  • Loading branch information
luttje committed Aug 11, 2024
1 parent c106bc0 commit 7135b2d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,12 @@ We build and present the Experiment Developer Documentation using [mkdocs-materi
2. Start the development server.

```bash
mkdocs serve
mkdocs serve --dirty
```

_The `--dirty` flag is used to make live-reloading only rebuild the changed_
_files, rather than the entire site. This is useful for faster development._

3. Open the documentation in your browser @ [http://localhost:8000/experiment-source/]

## Extras
Expand Down

0 comments on commit 7135b2d

Please sign in to comment.