Skip to content

Commit f8242c8

Browse files
authored
docs: add missing step
1 parent 2778a16 commit f8242c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ To spin up a local environment, you will need Docker. Do the steps below and you
124124
- Fork this repo: https://github.com/dailydotdev/apps
125125
- Pull it locally
126126
- Run `docker compose up`
127+
- Apply all migrations by running `docker compose exec daily-api node ./node_modules/typeorm/cli.js migration:run -d src/data-source.js`
127128
- Once done, seed your local data by running `docker compose exec daily-api node ./bin/import`
128129
- Then lastly, run `npm run dev:oss`
129130
- The app should run at `http://localhost:5002/`

0 commit comments

Comments
 (0)