Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/icewind1991/files_markdown.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2017-08-23 18:30:40 +0300
committerRobin Appelman <robin@icewind.nl>2017-08-23 18:30:40 +0300
commit1f4d26582197d6c85c50e3b07cdde835a747bfe2 (patch)
tree4d6ace0e744bdfd41ab044f56f435d249b317206 /README.md
parent950f32341567204ea7c6eb7c167275b22cd566b0 (diff)
readme update and build
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index d73dc4b..b91c8e2 100644
--- a/README.md
+++ b/README.md
@@ -35,3 +35,13 @@ Installation
- Activate the App.
``occ app:enable files_markdown``
+
+Development
+---
+
+This app is written in typescript and requires nodejs and npm to build.
+
+To build the project run `make` from the app directory.
+
+For development you can automatically build the project every time
+the source changes by running `make watch`. \ No newline at end of file