From bb1a0a8bf909c7e80dc1f2d5e8eb489253281f04 Mon Sep 17 00:00:00 2001 From: Stepan Usatiuk Date: Sun, 15 Jan 2023 14:55:53 +0100 Subject: [PATCH] update readme --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d7fb5ab..cd3ad7f 100644 --- a/README.md +++ b/README.md @@ -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)