diff --git a/.changeset/violet-pots-love.md b/.changeset/violet-pots-love.md new file mode 100644 index 000000000..e74b73f9b --- /dev/null +++ b/.changeset/violet-pots-love.md @@ -0,0 +1,5 @@ +--- + +--- + +Add URL for local dev version of docs app to README diff --git a/README.md b/README.md index 7887685ea..35218a05a 100644 --- a/README.md +++ b/README.md @@ -140,8 +140,8 @@ pnpm install ```sh pnpm run start ``` -5. Open [http://localhost:3000](http://localhost:3000) in your browser, and voilĂ . -Any change in the `/src` directory will rebuild the application and refresh the page. +5. Open [http://localhost:3000](http://localhost:3000) to view the preview website in your browser, or [http://localhost:3010](http://localhost:3010) to view the documentation website - and voilĂ . +Changes to most of the source files of Tabler core, preview and docs will rebuild the application and refresh the page. **Note**: If you wish to perform a one-off build without auto-refresh on any changes, you can run: