ujs/README.md

25 lines
394 B
Markdown
Raw Normal View History

2023-04-30 15:30:09 +03:00
![engine_icon](/src/icons/apple-touch-icon.png)
2023-04-30 15:55:44 +03:00
# Build `ENGINE`
2023-04-30 15:26:00 +03:00
```sh
# install rollup
npm install --global rollup
# compile engine
cd src/js/
rollup main.js --file engine.js --format es
```
2023-04-30 15:55:44 +03:00
# Contribute
## Git hooks
### pre-commit
**Requiments:**
1. NPM module `prettier`.
2. [editorconfig-checker](https://github.com/editorconfig-checker/editorconfig-checker)
(_Go application_).