diff --git a/README.md b/README.md index 46d884e..39920b4 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/docs/developing.md b/docs/developing.md new file mode 100644 index 0000000..5b9ad4b --- /dev/null +++ b/docs/developing.md @@ -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`