ujs/README.md

40 lines
594 B
Markdown

# ⚠️ STATUS: DEVELOPMENT
![engine_icon](/src/icons/apple-touch-icon.png)
# Documentation
- 🇷🇺 [Russian](docs/ru.md)
# Build `ENGINE`
```sh
# install rollup
npm install --global rollup
# compile engine
cd src/js/
rollup main.js --file engine.js --format es
```
# Use it
...
# Contribute
## Branch info
- `master` — current `dev` branch.
- `release` — latest **stable** version branch.
## Git hooks
### pre-commit
**Requiments:**
1. NPM module `prettier`.
2. [editorconfig-checker](https://github.com/editorconfig-checker/editorconfig-checker)
(_Go application_).