From 828a289f5b6dcf809184f7741d267d89bfefbb5d Mon Sep 17 00:00:00 2001 From: Matthias Andrasch <777278+mandrasch@users.noreply.github.com> Date: Fri, 25 Oct 2024 15:54:52 +0200 Subject: [PATCH] Improve README for new contributors --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b824ed15..e2f2a365 100644 --- a/README.md +++ b/README.md @@ -66,10 +66,11 @@ All commands are run from the root of the project, from a terminal: DDEV already has all the dependencies included. 1. Run `ddev start` to start and set up the project’s dependencies. +2. Open https://.ddev.site:4321 in your browser To rebuild a static copy of the site, run `ddev npm run build`. The contents of the `dist/` folder are what gets [deployed to Cloudflare Pages](#build--deployment) and can be found at https://.ddev.site. The dev server runs on a web_extra_daemons, it includes Vite HMR (hot module reloading) among other features and it can be found at https://.ddev.site:4321. -Troubleshooting steps +Troubleshooting steps: Check `ddev logs`. #### Setup without DDEV