ujs/README.md

40 lines
594 B
Markdown
Raw Normal View History

2023-04-30 16:22:50 +03:00
# ⚠️ STATUS: DEVELOPMENT
2023-04-30 15:30:09 +03:00
![engine_icon](/src/icons/apple-touch-icon.png)
2023-04-30 15:58:00 +03:00
# Documentation
2023-04-30 15:58:54 +03:00
- 🇷🇺 [Russian](docs/ru.md)
2023-04-30 15:58:00 +03:00
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
2023-04-30 16:22:50 +03:00
# Use it
...
2023-04-30 15:55:44 +03:00
# Contribute
2023-04-30 16:22:50 +03:00
## Branch info
- `master` — current `dev` branch.
- `release` — latest **stable** version branch.
2023-04-30 15:55:44 +03:00
## Git hooks
### pre-commit
**Requiments:**
1. NPM module `prettier`.
2. [editorconfig-checker](https://github.com/editorconfig-checker/editorconfig-checker)
(_Go application_).