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:
authorMarius David Wieschollek <passwords.public@mdns.eu>2017-11-16 20:28:17 +0300
committerMarius David Wieschollek <passwords.public@mdns.eu>2017-11-16 20:28:17 +0300
commit895a72ef6780808a9c57a0d26fa9ae9751ea511a (patch)
treea7b74fd996e7b4d8349c06a006ebfd080be1c8e7 /Readme.md
parentb68283a5fec9e6a6712c67322e3865de9ad0e12e (diff)
Improved UI1.0.0
Added Client Script Added UglifyJs
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