blob: e4927cc0bf2154ee50fcf5f37515d9c52fe4cc72 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
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
* clone this repository (don't forget to `init` and `update` the git submodules)
* `cd sources/css/tyrian/`
* run `npm install` and `npm install grunt-cli`
* `cd ../../../`
* run `npm install` and `npm install grunt-cli`
* run grunt `./node_modules/grunt-cli/bin/grunt`
|