@tscircuit/cli 0.0.86 → 0.0.88

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -41,15 +41,15 @@ tsci publish
41
41
  This project is developed with [bun](https://bun.sh/), make sure you have
42
42
  that installed.
43
43
 
44
- Run `bun boostrap` to install dependencies and `bun cli.ts` to run test the cli in development.
44
+ Run `bun bootstrap` to install dependencies and `bun cli.ts` to run test the cli in development.
45
45
 
46
46
  To run tests, run `bun test`
47
47
 
48
- When you're developing the dev-server, you should do the following:
48
+ If you want to test developing, run `bun dev` and visit http://localhost:5173. The project being
49
+ loaded is inside `tests/assets/example-project`
50
+
51
+ ![image](https://github.com/tscircuit/cli/assets/1910070/cabb180d-a64f-4fe5-a6af-26f990af39b3)
49
52
 
50
- 1. Run the development server with `bun start:dev-server:dev`
51
- 2. Upload examples using `bun dev-server upload --watch ./tests/assets/example-project`
52
- 3. Visit `http://localhost:3020` in your browser
53
53
 
54
54
  ## Features Coming Soon
55
55