Founders map quest, is a small web application to show different ideas users have, in an interactive map.
- HTML/HTML5
- SASS 3.4.22
- CoffeeScript 1.10.0
- Node JS v6.2.2
Install Node.js, refer link below: https://nodejs.org/en/download/
Run, "npm install" (which will install all the dependencies)
Run "node build" (to run the application)
Other way is, simply run "index.html", but this will only work in Firefox.
(For any modification in SCSS/CSS, you need to install SASS and run watch command, refer link below: http://sass-lang.com/)