From ec284177ee55b409f89cac493f0ac5c4e16a05ce Mon Sep 17 00:00:00 2001 From: tobias Date: Sun, 23 Jun 2024 10:32:36 +0200 Subject: [PATCH] Update readme --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 552683e..4bd12f9 100644 --- a/README.md +++ b/README.md @@ -22,9 +22,13 @@ sudo sh get-docker.sh `pnpm install` -3. **Run dev script** +3. **Run dev container** -`pnpm dev` +`pnpm dev` or `docker compose up` + +### Notes +- payload-types.ts file will be generated when starting the dev container, but can also be generated manually with `pnpm generate:types` +- Dev container will use `node_modules`, so make sure to run `pmpm install` prior to `pnpm dev` ### Technical details Nextload is a fork of [payload 3 demo](https://github.com/payloadcms/payload-3.0-demo)