Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aldanor/dlang.org-sketch

dlang.org design ideas
https://github.com/aldanor/dlang.org-sketch

Last synced: 1 day ago
JSON representation

dlang.org design ideas

Awesome Lists containing this project

README

        

## dlang.org design ideas

Building all assets:

```sh
$ npm install -g grunt-cli bower
$ npm install
$ bower install
$ grunt
```

All website assets including the `html` files will be rendered to the `dist` folder.

Development mode (auto-rebuild for less/coffee, auto-copy for html):

```sh
$ grunt dev
```