Skip to content

♻️ Mobile-first experience to showcase environment issues.

License

Notifications You must be signed in to change notification settings

jclerc/greenspot

Repository files navigation

greenspot

made for: school language: html/css made in: 2016
Mobile-first experience to showcase environment issues.


Note
This is rather a prototype than a functional project.

Live demo

See the project here: jclerc.github.io/greenspot

Features

  • Discover products and their effects on environment
  • Mobile-first, with touch actions
  • Desktop version

Stack used

  • Gulp, Sass, Babel, BrowserSync…
  • Zepto 1.2.0
  • Modernizr 3
  • Grapnel 0.6.4
  • JavaScript ES6

Getting started

Requirements

  • yarn (or npm)
  • gulp (yarn global add gulp-cli or npm i -g gulp-cli)

Installation

git clone https://github.com/jclerc/greenspot.git
cd greenspot
yarn # or `npm i`
gulp modernizr

Then to make production build, use gulp build. To start development mode with live reload, simply run gulp.

Notes

  • Contributing guidelines have been defined in CONTRIBUTING.