浏览代码

Add URL for local dev version of docs app to README (#2317)

Co-authored-by: Paweł Kuna <[email protected]>
ethancrawford 4 月之前
父节点
当前提交
3eaa90203b
共有 2 个文件被更改,包括 7 次插入2 次删除
  1. 5 0
      .changeset/violet-pots-love.md
  2. 2 2
      README.md

+ 5 - 0
.changeset/violet-pots-love.md

@@ -0,0 +1,5 @@
+---
+
+---
+
+Add URL for local dev version of docs app to README

+ 2 - 2
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: