From 9d6d2685e6181a0a07c33813efbba14b0dfa931e Mon Sep 17 00:00:00 2001 From: Fidel Ramos Date: Mon, 4 Jul 2022 11:03:51 +0200 Subject: [PATCH] Development documentation --- README.md | 2 ++ docs/developing.md | 11 +++++++++++ 2 files changed, 13 insertions(+) create mode 100644 docs/developing.md 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`