Development documentation
This commit is contained in:
parent
5908d44ba7
commit
9d6d2685e6
2 changed files with 13 additions and 0 deletions
|
@ -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
11
docs/developing.md
Normal 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`
|
Loading…
Add table
Reference in a new issue