Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: README.md

Issue 29361647: Issue 4607 - Default content styles (Closed)
Patch Set: Removed accidental default in license header Created Nov. 8, 2016, 3:51 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | gulpfile.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: README.md
===================================================================
--- a/README.md
+++ b/README.md
@@ -1,14 +1,20 @@
# Universal Design Language
Universal styles for Eyeo websites
+## Dependencies
+
+- [nodejs](https://nodejs.org/)
+- [gulp](http://gulpjs.com/) `npm i -g gulp-cli`
+
## Usage
-1. `npm i eyeo_gmbh/universal-design-lanugage --save`
-2. `@import "../../node_modules/universal-design-language/scss/main"`
-3. Profit
+### Production
-## Features
+- TBD
-1. CSS reset (extends normalize.css)
-2. Standard HTML + Markdown content styles
+### Development
+
+- Install local dependencies `npm i`
+- Run build proceedure `gulp`
+- Browse `http://localhost:8080/`
« no previous file with comments | « no previous file | gulpfile.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld