Skip to content

Commit

Permalink
Improve README for new contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
mandrasch authored Oct 25, 2024
1 parent 3ce98bc commit 828a289
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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://<projectname>.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://<projectname>.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://<projectname>.ddev.site:4321.

Troubleshooting steps
Troubleshooting steps: Check `ddev logs`.

#### Setup without DDEV

Expand Down

0 comments on commit 828a289

Please sign in to comment.