mirror of
https://github.com/moparisthebest/mail
synced 2024-11-22 08:52:15 -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
|
||||
|
||||
npm install
|
||||
grunt dev
|
||||
npm start
|
||||
|
||||
browse to http://localhost:8585
|
||||
browse to http://localhost:8580/dist/
|
@ -7,7 +7,7 @@
|
||||
"scripts": {
|
||||
"postinstall": "./res/copy-deps.sh && grunt dist-npm",
|
||||
"test": "grunt test && grunt dist",
|
||||
"start": "grunt dev"
|
||||
"start": "grunt dist && grunt dev"
|
||||
},
|
||||
"dependencies": {
|
||||
"crypto-lib": "https://github.com/whiteout-io/crypto-lib/tarball/master",
|
||||
|
Loading…
Reference in New Issue
Block a user