- docker & docker-compose
- npm
- watchman (needed for relay --watch)
run the backend including the database
cd docker
docker-compose uprun the frontend
cd frontend
npm startrun relay-compile in watch mode (if you have watchman installed)
cd frontend
npm run relay