From 28d871a3ec4bfc3c1a7af1e28532b0be55d02c5e Mon Sep 17 00:00:00 2001 From: Glen Cheney Date: Mon, 25 Sep 2017 13:32:17 -0700 Subject: [PATCH] Update README --- README.md | 18 +++++++++--------- package.json | 1 - 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 39de772..5c8c2f5 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,14 @@ > Preview design comps in the browser +Compdrop is a simple way to view website designs in a desktop browser. Just drag and drop your images into the browser. Images are aligned to the top of the window and horizontally centered. + +You are viewing files on your own machine. Compdrop does not store any of your data. + +Based on the original [cmpdrp](https://github.com/lucasishuman/cmpdrp). + +Compdrop is a progressive web app and you can use it even if you’re have no internet connection. + ## Build Setup ``` bash @@ -9,19 +17,11 @@ npm install # serve with hot reload at localhost:8080 -npm run dev +npm start # build for production with minification npm run build # build for production and view the bundle analyzer report npm run build --report - -# run unit tests -npm run unit - -# run all tests -npm test ``` - -For detailed explanation on how things work, checkout the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader). diff --git a/package.json b/package.json index af6c132..786d39a 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,6 @@ "author": "Glen Cheney ", "private": true, "scripts": { - "dev": "node build/dev-server.js", "start": "node build/dev-server.js", "build": "node build/build.js", "deploy": "cd dist && git add --all && git commit -m \"Release at $(date)\" && git push",