Skip to content
This repository was archived by the owner on Jul 14, 2020. It is now read-only.

CodeForBoulder/fruit-rescue-robot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4f85240 · Jul 14, 2020

History

47 Commits
Dec 3, 2015
Dec 3, 2015
Dec 3, 2015
Dec 3, 2015
Dec 3, 2015
Jul 14, 2020
Dec 3, 2015
Dec 3, 2015
Dec 3, 2015

Repository files navigation

Community Fruit Rescue

ARCHIVE UPDATE

This project lost traction and will be archived. If you find this and wish to pick it up, please join us and consider resubmitting a proposal.

Environment

Install global node modules to use from the command line:

npm install http-server -g
npm install watch -g

Install local nodal modules listed in package.json:

npm install

Development

Build once from src/index.js and src/fruit-rescue.css:

npm run build

Or watch them for changes:

npm run watch

Start the web server on http://localhost:8081:

npm run start

Deploy to Github Pages

$ git checkout gh-pages
$ git rebase master
$ git push

About

Web app to power Community Fruit Rescue in Boulder, Colorado.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published