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: Added container & simplified html/scss Created Nov. 10, 2016, 1:22 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') | package.json » ('J')
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 i -g gulp-cli`
saroyanm 2016/11/10 16:30:42 Suggestion: don't use short version of the command
juliandoucette 2016/11/10 17:42:05 Acknowledged.
juliandoucette 2016/11/11 16:27:08 Done.
+
+## Usage
+
+### Production
+
+- TBD
+
+### Development
+
+- Install local dependencies `npm i`
+- Run build proceedure `gulp`
+- Browse `http://localhost:8080/`
« no previous file with comments | « .hgignore ('k') | gulpfile.js » ('j') | package.json » ('J')

Powered by Google App Engine
This is Rietveld