Provide README

This commit is contained in:
Robert Schäfer 2019-02-15 00:16:43 +01:00
parent d579d19ad2
commit e87dae4efd

View File

@ -35,6 +35,10 @@ Before you start, fork the repository using the fork button above, then clone it
Run: Run:
```sh ```sh
docker-compose up docker-compose up
# create indices etc.
docker-compose exec neo4j migrate
# if you want seed data # if you want seed data
# open another terminal and run # open another terminal and run
docker-compose exec backend yarn run db:seed docker-compose exec backend yarn run db:seed