Finally make it work with source-region library

This commit is contained in:
Yura Dupyn 2026-04-06 21:27:51 +02:00
parent d64c39db82
commit 1158166e3e
4 changed files with 815 additions and 1047 deletions

View file

@ -1,5 +1,19 @@
```
npm install
npm run build:libs # to build the libs like `source-region`
```
# pulls latest commits of all the submodules
```
git submodule update --remote
```
npm run start
# Tests