diff options
-rw-r--r-- | README.md | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -8,10 +8,16 @@ Tyrian – The new look of gentoo.org Please use the assets located on the CDN for live websites. See assets-cdn.txt for the URLs. -### Development +### Development (local) * `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) * run `npm install` in the repository root as well as in `sources/css/{bootstrap,tyrian}` * run `grunt` +* Output appears in `assets/` + +### Development (containerized) +* clone this repository (don't forget to `init` and `update` the git submodules) +* run `make docker-run` +* Output appears in `assets/` |