EDesignLabs / Overpass

A visual argument builder - What if learners could practice developing argument skills at their own pace in a game-like environment?
http://edesignlabs.org/prototypes/overpass/
MIT License
6 stars 6 forks source link

Overpass

Getting started

Developing

Set Up

    npm install brunch -g
    git clone git://github.com/EDesignLabs/Overpass.git
    cd Overpass
    npm install
    export BASE_API_URL=http://localhost:5000
    brunch w -s

Branching

    git remote add upstream git://github.com/EDesignLabs/Overpass.git
    git fetch upstream
    git checkout upstream/master -b name-of-your-feature-branch
    npm install
    npm update
    git push origin name-of-your-feature-branch

Deploying

    cd /path/to/Overpass
    heroku create
    git push heroku master
    heroku apps:open
    heroku labs:enable user-env-compile -a your-heroku-app

Details

Languages

Features

License

This project was grown out of EDesign Lab and released under the MIT license. See LICENSE for detail.

EDesign Lab is a collaborative of educators and technologists to prototype new forms of digital learning for k12 public education. This prototype has been developed through a rapid design cycle, user tested with youth, and built with a focus on educator and learner voices/ needs. Our goal is to offer a blueprint for digital learning applications; we encourage contributions to this project as well as independent forks that can change the future of education.