Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hugoarregui/dcl-workspace
https://github.com/hugoarregui/dcl-workspace
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hugoarregui/dcl-workspace
- Owner: hugoArregui
- Created: 2022-07-11T20:19:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-29T13:11:34.000Z (about 2 years ago)
- Last Synced: 2023-04-06T00:32:14.347Z (over 1 year ago)
- Language: Shell
- Size: 534 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
```