diff --git a/README.md b/README.md new file mode 100644 index 00000000..14530b97 --- /dev/null +++ b/README.md @@ -0,0 +1,23 @@ +#### How to install? + +1. Open terminal / cmd in the folder. +2. Run: +``` +npm install +``` + +#### How to run once? + +1. Open terminal / cmd in the folder. +2. Run: +``` +gulp +``` + +#### How to watch file? + +1. Open terminal / cmd in the folder. +2. Run: +``` +gulp watch +```