mirror of
https://github.com/moparisthebest/mail
synced 2024-11-29 12:22:22 -05:00
update npm start and readme
This commit is contained in:
parent
882b547088
commit
659e7cd2ee
@ -7,6 +7,6 @@ HTML5 Mail App with Client-side Encryption
|
|||||||
Required packages: nodejs, npm
|
Required packages: nodejs, npm
|
||||||
|
|
||||||
npm install
|
npm install
|
||||||
grunt dev
|
npm start
|
||||||
|
|
||||||
browse to http://localhost:8585
|
browse to http://localhost:8580/dist/
|
@ -7,7 +7,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"postinstall": "./res/copy-deps.sh && grunt dist-npm",
|
"postinstall": "./res/copy-deps.sh && grunt dist-npm",
|
||||||
"test": "grunt test && grunt dist",
|
"test": "grunt test && grunt dist",
|
||||||
"start": "grunt dev"
|
"start": "grunt dist && grunt dev"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"crypto-lib": "https://github.com/whiteout-io/crypto-lib/tarball/master",
|
"crypto-lib": "https://github.com/whiteout-io/crypto-lib/tarball/master",
|
||||||
|
Loading…
Reference in New Issue
Block a user