Left: | ||
Right: |
OLD | NEW |
---|---|
(Empty) | |
1 # Universal Design Language | |
2 | |
3 Universal styles for Eyeo websites | |
4 | |
5 ## Dependencies | |
6 | |
7 - [nodejs](https://nodejs.org/) | |
8 - [gulp](http://gulpjs.com/) `npm install --global gulp-cli` | |
9 | |
10 ## Usage | |
11 | |
12 ### Production | |
13 | |
14 - TBD | |
15 | |
16 ### Development | |
17 | |
18 - Install local dependencies `npm install` | |
19 - Run build proceedure `gulp` | |
20 - Browse `http://localhost:8080/` | |
OLD | NEW |