Elementor
How to get started
- Install XMake
- Clone project
git clone https://github.com/noartem/elementor.git cd elementor
- Fetch project dependencies
xmake
- Optional Set build mode (release/debug/check)
xmake f -m release -y
- Build project for your system
xmake build
- Check out examples
xmake run example-gallery
- Check out node.js bindings