Git Product home page Git Product logo

demo-web's Introduction

Readme


Description

This repository contains source codes for buidling a web based demo from Radiant.Earth's platform similar to our demos website (https://demos.radiant.earth/). The demo in this repository uses the NDVI change tool to detect changes in vegetation cover after Hurricane Maria.

Getting Started

You need Python 2.x to build and run this demo.

To get up and running, run npm install in your CLI in the project directory.

Then run yarn and yarn build.

Then run grunt. Your browser should automatically open localhost:3000.

That's it. You are good to go.


Grunt

Grunt Plugins


Grunt Browser Sync

Live reload and browser syncing. This will automatically open localhost:3001 and you can access broswesync settings at localhost:3002

Grunt Contrib Watch

Run predefined tasks whenever watched file patterns are added, changed or deleted. Currently this will compile sass and run postcss tasks

Grunt Postcss

Applies several post-processors to your CSS using PostCSS. Currently will run Autoprfixer and cssnano immediately after sass compiling

Grunt Sass

Compile Sass to CSS using node-sass/libsass

Load Grunt Config

Allows us to break up the Gruntfile config by task. Makes for a cleaner Gruntfile

Load Grunt Tasks

Load multiple grunt tasks using globbing patterns.

Time Grunt

Display the elapsed execution time of grunt tasks

Grunt Newer

Not Currently In Use Run Grunt tasks with only those source files modified since the last successful run.

Grunt Concurrent

Under Consideration Run grunt tasks concurrently

grunt-html-build

Consider

Credits

This demo is built using on an initial mini-app development from Raster Foundry team (https://github.com/raster-foundry).

Imagery used in the examples are provided by Planet (https://www.planet.com/).

demo-web's People

Contributors

hamedalemo avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.