This is the React based web editor for crowd sourced crash location correction.
See repository codeformuenster/verkehrsunfaelle. You'll need a populated database & services kinto
, random-accident
and postgres
running.
- Install Node.js >= 10.16 and yarn.
- Install depdendencies by running
yarn
in the root of this (editor-web
) directory.
yarn start
- Run
yarn build
. - Copy the contents of the
build
directory to your webserver. - Set up SPA redirects for all paths in
src/index.js
.