Development documentation

This commit is contained in:
Fidel Ramos 2022-07-04 11:03:51 +02:00
parent 5908d44ba7
commit 9d6d2685e6
No known key found for this signature in database
GPG key ID: 379F14BB02F9317F
2 changed files with 13 additions and 0 deletions

11
docs/developing.md Normal file
View file

@ -0,0 +1,11 @@
# Development
Reflex uses gulp to compile LESS files into CSS and optimize the final build.
## Setup
`npm install`
## Compilation
`npm run watch`