aronstrandberg / mvk15

MVK Project: Data Collection Using a Drone, and Graphical Representation via MVC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MVK15

MVK Project: Data Collection Using a Drone, and Graphical Representation via MVC

Installation

git clone git@github.com:aronstrandberg/MVK15.git
cd MVK15
# compile coffeescript (tab 1)
coffee -o js -cw coffee
# compile SASS (tab 2)
sass -w css/style.sass:css/style.css
# host application on port 8080 (tab 3) (I use 8080, use whichever one you want)
php -S 127.0.0.1:8080

Usage

your_favorite_browser http://localhost:8080

Client Dependencies

About

MVK Project: Data Collection Using a Drone, and Graphical Representation via MVC


Languages

Language:CoffeeScript 50.4%Language:PHP 19.3%Language:Python 19.2%Language:HTML 8.0%Language:CSS 3.1%