Finally make it work with source-region library
This commit is contained in:
parent
d64c39db82
commit
1158166e3e
4 changed files with 815 additions and 1047 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue