Compare commits
1 commit
08851addcd
...
4ee0345157
| Author | SHA1 | Date | |
|---|---|---|---|
|
4ee0345157 |
2 changed files with 11 additions and 0 deletions
3
Makefile
3
Makefile
|
|
@ -19,6 +19,9 @@ archive:
|
|||
|
||||
release: build archive
|
||||
|
||||
dependencies:
|
||||
npm install
|
||||
|
||||
test:
|
||||
(cd src \
|
||||
&& go test internal/*.go \
|
||||
|
|
|
|||
|
|
@ -94,6 +94,12 @@ If you would like to download them to serve them locally:
|
|||
npm install
|
||||
```
|
||||
|
||||
or via `make`:
|
||||
|
||||
```
|
||||
make dependencies
|
||||
```
|
||||
|
||||
Then configure the local directories:
|
||||
|
||||
```json
|
||||
|
|
@ -101,3 +107,5 @@ Then configure the local directories:
|
|||
"bootstrap_directory": "./node_modules/bootstrap/dist"
|
||||
}
|
||||
```
|
||||
|
||||
Downloading Monaco Editor is not supported yet.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue