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

github.com/nextcloud/twofactor_totp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2021-10-27 09:33:08 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2021-10-27 09:35:18 +0300
commit26e4879a72db4f17beb9399b468c1b6d8ea97337 (patch)
treea0ceffd69dde564ac27e32369dc003d463cc1dea /README.md
parentd05c6d96d0ee81db8051687ded5f4895695d1393 (diff)
Drop the Makefile
The app works with the conventional composer and npm tools. Krankerl is only required for packaging. We don't need a Makefile for this. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index c381e9f..7796dc1 100644
--- a/README.md
+++ b/README.md
@@ -24,3 +24,9 @@ Tested with the following hardware devices:
## Login with external apps
Once you enable OTP with Two Factor Totp, your aplications (for example your Android app or your GNOME app) will need to login using device passwords. To manage it, [know more here](https://docs.nextcloud.com/server/stable/user_manual/en/session_management.html#managing-devices)
+
+## Development setup
+
+* `composer i`
+* `npm ci`
+* `npm run build` or `npm run dev` [more info](https://docs.nextcloud.com/server/latest/developer_manual/digging_deeper/npm.html)