Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/w0rp/new-dlang.org

An experimental new dlang.org made with vibe.d
https://github.com/w0rp/new-dlang.org

Last synced: about 1 month ago
JSON representation

An experimental new dlang.org made with vibe.d

Awesome Lists containing this project

README

        

# dlang.org Redesign

This is a project for redesigning dlang.org.

## Building

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
```