ujs/README.md

11 lines
147 B
Markdown
Raw Normal View History

2023-04-30 15:26:00 +03:00
## Build `ENGINE`
```sh
# install rollup
npm install --global rollup
# compile engine
cd src/js/
rollup main.js --file engine.js --format es
```