Create README.md

This commit is contained in:
Jesse Cardone 2018-09-19 14:49:07 -04:00 committed by GitHub
parent 1972bfe86f
commit adb1f3f53c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

10
README.md Normal file
View File

@ -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.