| Index: README.md |
| =================================================================== |
| new file mode 100644 |
| --- /dev/null |
| +++ b/README.md |
| @@ -0,0 +1,20 @@ |
| +# Universal Design Language |
| + |
| +Universal styles for Eyeo websites |
| + |
| +## Dependencies |
| + |
| +- [nodejs](https://nodejs.org/) |
| +- [gulp](http://gulpjs.com/) `npm install --global gulp-cli` |
| + |
| +## Usage |
| + |
| +### Production |
| + |
| +- TBD |
| + |
| +### Development |
| + |
| +- Install local dependencies `npm install` |
| +- Run build proceedure `gulp` |
| +- Browse `http://localhost:8080/` |