Update README.md
This commit is contained in:
parent
ac2f1d7b6f
commit
0eb10c67ff
@ -35,7 +35,7 @@ braid:
|
|||||||
* `compose rm braid` removes the default braid container
|
* `compose rm braid` removes the default braid container
|
||||||
* `tsc` transpiles the typescript in braid into javascript
|
* `tsc` transpiles the typescript in braid into javascript
|
||||||
* `compose build braid` builds the braid container based on the latest transpiled javascript files
|
* `compose build braid` builds the braid container based on the latest transpiled javascript files
|
||||||
* `comopose up -d` builds the braid container based on the files in the braid folder, overriding the defaul braid build container
|
* `comopose up -d` builds the braid container based on the files in the braid folder, overriding the default braid build container
|
||||||
* you can see if braid is running by typing in `https://ysbraid.localhost:8443`
|
* you can see if braid is running by typing in `https://ysbraid.localhost:8443`
|
||||||
* to connect to braid you need to use the url `wss://ysbraid.localhost:8443?token={token}`
|
* to connect to braid you need to use the url `wss://ysbraid.localhost:8443?token={token}`
|
||||||
* the token is generated in the application that you're connecting to the braid app with (currently only measure has an implementation for this)
|
* the token is generated in the application that you're connecting to the braid app with (currently only measure has an implementation for this)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user