flex/docs/developing.md
2022-07-04 11:05:13 +02:00

11 lines
151 B
Markdown

# Development
Reflex uses gulp to compile LESS files into CSS and optimize the final build.
## Setup
`npm install`
## Compilation
`npm run watch`