Weatherscan/README.md

16 lines
514 B
Markdown
Raw Normal View History

2018-09-19 18:49:07 +00:00
# Weatherscan Simulator
Weatherscan simulation in HTML/JS/CSS
Visit https://weatherscan.app/?long_island for a demo
2018-09-19 21:54:04 +00:00
## Running locally
1. Download & Install [node.js LTS](https://nodejs.org/en/)
2. Run `npm start` in the root folder of this project.
3. Follow the link in the console output.
2018-09-19 18:49:07 +00:00
## 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.