@tscircuit/cli 0.0.86 → 0.0.87
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 +3 -6
- package/dist/cli.js +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -41,15 +41,12 @@ 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
|
|
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
|
-
|
|
49
|
-
|
|
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
|
|
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`
|
|
53
50
|
|
|
54
51
|
## Features Coming Soon
|
|
55
52
|
|