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

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2020-04-01 10:26:55 +0300
committerGitHub <noreply@github.com>2020-04-01 10:26:55 +0300
commitb6ef82fc8e07119a0c94452f0a43e68a6e49f5da (patch)
tree75df26b2a515a726d755febf5aa9f9cf2db99be0 /README.md
parent7978e071d23bfcce03205119408df0f555278276 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
index b2fbaa64..5a6507e8 100644
--- a/README.md
+++ b/README.md
@@ -7,6 +7,17 @@
![](https://nextcloud.com/wp-content/themes/next/assets/img/features/collabora-document.png)
+
+## Development setup
+
+Just clone this repo into your apps directory ([Nextcloud server](https://github.com/nextcloud/server#running-master-checkouts) installation needed). Additionally, [npm](https://www.npmjs.com/) and [Node.js](https://nodejs.org/en/download/package-manager/) are needed for installing JavaScript dependencies and building the frontend code.
+
+Once npm and Node.js are installed, this can be done by running:
+```bash
+npm ci
+npm run dev
+```
+
## Installation
### Server