No description
Find a file
Hugo Arregui 5037da6041
update
2022-10-29 10:11:24 -03:00
bin update 2022-10-29 10:11:24 -03:00
livekit new proto, add livekit, improve tool 2022-05-27 16:26:48 -03:00
.gitignore update 2022-10-29 10:11:24 -03:00
build.sh update 2022-10-29 10:11:24 -03:00
README.md update 2022-07-11 17:22:09 -03:00

Requeriments

  • Ensure nats-server is installed

Usage

./build.sh usage:

--clone: clone projects
--proto: compile protocol and copy it everywhere
--link: link libraries to kernel
--nats: start nats-server
-b --build: run npm run build on each project
-i --install: run npm ci on each project 
-s --start: run npm run start on each project 

Example

Build only archipelago-service, but start nats, archipelago-service and explorer-bff

./build.sh -b archipelago-service && ./build.sh --nats -s archipelago-service explorer-bff