This is a project for redesigning dlang.org.
First, you should use dub to build the druntime and phobos documentation. First, clone druntime and phobos to the same directory you cloned this repository to, and checkout the stable D language version for each repository to match your DMD compiler in each repository. Then you will be able to build the documentation.
dub run --config=documentation
You should run this command again if you make changes to the documentation, or layout diet templates used by the documentation.
To run the site itself, use dub again.
dub run