update readme

This commit is contained in:
2023-01-15 14:55:53 +01:00
parent 320de598eb
commit bb1a0a8bf9

View File

@@ -20,12 +20,9 @@ only need to change the database connection settings)
### Using docker
Open the workspace in a remote docker container using VSCode - everything should
be set up for you. You just need to rename `ormconfig.dockerdevexample.json` and
be set up for you. You might need to rename `ormconfig.dockerdevexample.json` and
`ormconfig.dockerdevexample.test.json` to `ormconfig.json` and
`ormconfig.test.json`
Also, you need to run database migrations with
`npm run typeorm-dev -- migration:run`
`ormconfig.test.json` and install dependencies too (although it should be automatic)
Then start with `npm run dev` and visit http://localhost:1234 (Parcel dev server
is listening at http://localhost:1234, and koa at http://localhost:3000)