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
yarnin the root of this (editor-web) directory.
yarn start
- Run
yarn build. - Copy the contents of the
builddirectory to your webserver. - Set up SPA redirects for all paths in
src/index.js.