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

github.com/marius-wieschollek/passwords-webextension.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Readme.md')
-rw-r--r--Readme.md16
1 files changed, 14 insertions, 2 deletions
diff --git a/Readme.md b/Readme.md
index 081af72..b274304 100644
--- a/Readme.md
+++ b/Readme.md
@@ -1,2 +1,14 @@
-### Development Installation
-Open "about:debugging" in Firefox, click "Load Temporary Add-on" and select the manifest.json in the repository. \ No newline at end of file
+This WebExtension is a client for the [Passwords app for Nextcloud](https://github.com/marius-wieschollek/passwords-legacy).
+
+### Development
+##### Project Setup
+1. Run `npm install`
+2. Run `npm run watch`
+
+##### Firefox Setup
+1. Open "about:debugging" in Firefox
+2. Click "Load Temporary Add-on"
+3. Select the manifest.json in the "dist" folder
+
+##### Notes for AMO reviewers
+1. This extension uses Vue.js, jQuery, UglifyJS and webpack \ No newline at end of file