Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
buddh4 committed Oct 26, 2020
1 parent cceacfd commit 5c968fe
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

## 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.

0 comments on commit 5c968fe

Please sign in to comment.