aboutsummaryrefslogtreecommitdiff
blob: bc21e93c4cab77e51c3e699845586917ba05f712 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
tyrian
======

Tyrian – The new look of gentoo.org

### Deployment

Please use the assets located on the CDN for live websites.
See assets-cdn.txt for the URLs.

### Development

* `emerge net-libs/nodejs` to get node.js up and running
* `sudo npm install -g grunt-cli` to get grunt(1)
* clone this repository (don't forget to `init` and `update` the git submodules)
* `cd sources/css/tyrian/`
* run `npm install`
* `cd ../../../`
* run `npm install`
* run `grunt`