From 5c968fe946badcab482e9921f3fdff834dcaf2b0 Mon Sep 17 00:00:00 2001 From: buddh4 Date: Mon, 26 Oct 2020 14:31:57 +0100 Subject: [PATCH] Updated README.md --- README.md | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f05d9bf7..3c5ea250 100644 --- a/README.md +++ b/README.md @@ -10,4 +10,27 @@ Communicate privately with one or more users. Clarify details which you do not w - Discuss views with multiple discussion partners in groups - Liven up the discussion with pictures and attachments - Clarify your point with a wide range of formatting options -- and...emojis (of course) \ No newline at end of file + +## Build + +In order to build script or stylesheet run: + +Install npm packages: + +``` +npm install +``` + +Manually build: + +``` +grunt build +``` + +Watch for file changes: + +``` +grunt watch +``` + +> Note: While development you should set the `forceCopy` publish option of the mail asset bundles to true. \ No newline at end of file