# HG changeset patch # User Bernhard Reiter # Date 1568816720 -7200 # Node ID 1cb570c69b639f5ea3f54b6379f827b7060ae7c7 # Parent 3c306481aebb577dc7aabd44b2f279d8ef3367b7 docs: add hint how to use hg serve diff -r 3c306481aebb -r 1cb570c69b63 docs/DEVELOPMENT.md --- a/docs/DEVELOPMENT.md Wed Sep 18 16:21:06 2019 +0200 +++ b/docs/DEVELOPMENT.md Wed Sep 18 16:25:20 2019 +0200 @@ -1,5 +1,15 @@ # Development +# View source code history + +If you want to see the source code structure and history +on our local machine (instead of online): + `hg serve` +from Mercurial SCM will start a local server. Install the +[HighlightExtension](https://www.mercurial-scm.org/wiki/HighlightExtension) +to enable syntax highlighting. + + ## Backend You need a working [Go](https://golang.org/dl) build environment (1.10+).