1
0
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:
Tankred Hase 2013-09-19 09:37:42 +02:00
parent 882b547088
commit 659e7cd2ee
2 changed files with 3 additions and 3 deletions

View File

@ -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/

View File

@ -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",