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