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.