diff --git a/README.md b/README.md index a54fd4d..4a0decb 100644 --- a/README.md +++ b/README.md @@ -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 \ No newline at end of file +browse to http://localhost:8580/dist/ \ No newline at end of file diff --git a/package.json b/package.json index 06f290f..5a91ada 100644 --- a/package.json +++ b/package.json @@ -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",