diff --git a/README.md b/README.md index a4d242b..6898e02 100644 --- a/README.md +++ b/README.md @@ -29,16 +29,9 @@ Installation > For development purposes only. -Install NPM dependencies: - +To get started, install NPM and Bower dependencies, and do an initial build with Gulp: ``` -npm install -``` - -Install Bower dependencies: - -``` -bower install +npm start ``` Run Gulp once: diff --git a/package.json b/package.json index 4e32e2a..02ef01f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,7 @@ { "scripts": { - "test": "jest && mocha --compilers js:mocha-traceur tests/**/*.spec.js" + "test": "jest && mocha --compilers js:mocha-traceur tests/**/*.spec.js", + "start": "npm install && bower install && gulp" }, "jest": { "testFileExtensions": [