aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Magorsch <arzano@gentoo.org>2020-02-17 18:24:06 +0100
committerMax Magorsch <arzano@gentoo.org>2020-02-17 18:24:06 +0100
commit3df5f6291e56ebc50831e8e8c1bf5fa0aecd7b20 (patch)
tree8dae648790510fb91406573f2ee0fe67af22dee1 /README.md
parentUpdate Bootstrap to 3.4.1 (diff)
downloadtyrian-theme-3df5f6291e56ebc50831e8e8c1bf5fa0aecd7b20.tar.gz
tyrian-theme-3df5f6291e56ebc50831e8e8c1bf5fa0aecd7b20.tar.bz2
tyrian-theme-3df5f6291e56ebc50831e8e8c1bf5fa0aecd7b20.zip
Restructure the project for usage with npm/yarnv1.0.0tyrian-v1
Signed-off-by: Max Magorsch <arzano@gentoo.org>
Diffstat (limited to 'README.md')
-rw-r--r--README.md17
1 files changed, 8 insertions, 9 deletions
diff --git a/README.md b/README.md
index d2f6a69..062460f 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
tyrian
======
-Tyrian – The new look of gentoo.org
+Tyrian - The new look of gentoo.org
### Deployment
@@ -10,14 +10,13 @@ See assets-cdn.txt for the URLs.
### 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/`
+* `emerge net-libs/nodejs` to get node.js up and running (you will need at least npm v6.9.0)
+* clone this repository
+* run `npm install` in the repository root
+* run `npm run dist` in the repository root
+* Output appears in `dist/`
### Development (containerized)
-* clone this repository (don't forget to `init` and `update` the git submodules)
+* clone this repository
* run `make docker-run`
-* Output appears in `assets/`
+* Output appears in `dist/`