Go to system
dir:
make set_up
make fg
apply yarn
start all
Repl use to call messages directly from console.
To run repl you need first to install rlwrap.
For Ubuntu:
sudo apt install rlwrap
and to run services.
After that go to system
folder and type
:
make repl
# in repl terminal
role:color,cmd:get,a:1 # ok
role:color,cmd:get,a:2 # err
@TODO: move all bash script to Makefile
- Go to root folder and run
yarn
- In VSCode set TypeScript version to use workspace version, e.g 2.x.x