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: Addressed comments, removed unnessisary components, simplified content Created Nov. 17, 2016, 4:08 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 | « .hgignore ('k') | gulpfile.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/`
« no previous file with comments | « .hgignore ('k') | gulpfile.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld