osmlab / to-fix

A task manager for OpenStreetMap
https://osmlab.github.io/to-fix/
BSD 3-Clause "New" or "Revised" License
57 stars 20 forks source link
openstreetmap
 ____  __       ____  __  _  _
(_  _)/  \  ___(  __)(  )( \/ )
  )( (  O )(___)) _)  )(  )  (
 (__) \__/     (__)  (__)(_/\_)

A task manager for OpenStreetMap.

Coordinate with other users and work down a queue of tasks without getting in each other’s way.

to-fix

Related tools

Workflow

This is the frontend component to to-fix. The server component is at to-fix-backend.

This is a React + Redux application bootstrapped with create-react-app.

To start development, you will require node.js to be installed.

npm install && npm start

To build and publish to gh-pages, run

npm deploy

You can configure some details at src/config.

Wiki