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

View file

@ -64,6 +64,8 @@ Always open an issue before sending a PR.
Discuss the problem/feature that you want to code.
After discussing, send a PR with your changes.
See the [development documentation](docs/developing.md).
Thank you to all contributors!
- [Loïc Penaud](https://github.com/lpenaud)

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`