From 793f947106ec3b3d0ba92fad9ac77cf707db7549 Mon Sep 17 00:00:00 2001
From: Janne Koschinski <janne@kuschku.de>
Date: Mon, 27 Mar 2017 19:30:30 +0200
Subject: [PATCH] Updated README, added precommit hook

---
 README.md | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/README.md b/README.md
index 42dd90e..40dd77c 100644
--- a/README.md
+++ b/README.md
@@ -52,6 +52,14 @@ First, rename the file `qrs_config.default.php` to `qrs_config.php`.
 
 Then configure the database access, backend (currently only `pgsql-smart` is available), and the prefix of the path.
 
+Development
+-----------
+
+Please install the required libraries for development with `npm install`
+
+Before every commit, git will automatically run `npm run jsx`, but you can do so yourself during testing.
+The project uses `nativejsx`
+
 License and Credits
 -------------------
 
-- 
GitLab