ujs/README.md

600 B

⚠️ WARNING. IN DEVELOPMENT

engine_icon

Documentation

Build ENGINE

# 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 (Go application).