From adb1f3f53c2b38cf11ab6fd75159716fc3783a6b Mon Sep 17 00:00:00 2001 From: Jesse Cardone Date: Wed, 19 Sep 2018 14:49:07 -0400 Subject: [PATCH] Create README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..7fbece0 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# Weatherscan Simulator +Weatherscan simulation in HTML/JS/CSS + +Visit https://weatherscan.app/?long_island for a demo + +## Development +This project uses gulp to compile SASS to CSS. +1. Download & Install [node.js LTS](https://nodejs.org/en/) +2. Run `npm install gulp-cli -g` +3. Run `gulp` or `gulp watch` in the root directory to compile.