# ⚠️ WARNING. IN DEVELOPMENT ![engine_icon](test/icons/apple-touch-icon.png) # Documentation - 🇷🇺 [Russian](README.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_).