Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.01 KB

GETTING_STARTED.md

File metadata and controls

38 lines (25 loc) · 1.01 KB

Getting started

This document will help you set up the project for development.

Basic dependencies

Install git, docker, docker-compose, node and yarn.

Backend services

Consult the dedicated readme to set them up, run them and verify they work.

Adding dummy data

This repository comes without trashpoint data. You will need some to work on the related APIS or marker related functionality.

TODO: expand with wcd_dummy instructions

Web-app (admin backend)

Consult the dedicated readme, but in essence:

npm install # the first time
npm start

Mobile-apps

Consult the dedicated readme.

Extra reading