Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/aldanor/dlang.org-sketch
- Owner: aldanor
- Created: 2015-01-30T00:27:46.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-03T22:43:54.000Z (almost 10 years ago)
- Last Synced: 2024-05-02T01:36:24.583Z (7 months ago)
- Language: CSS
- Homepage:
- Size: 219 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```