diff --git a/README.md b/README.md index 9845173..820c89d 100644 --- a/README.md +++ b/README.md @@ -246,7 +246,9 @@ export class AppModule { ## Development -View common development activities on https://github.com/tinesoft/generator-ngx-library#development +After cloning of this repository will be necessary run once ```npm run setup```, so will be able to run ```npm run demo``` to start the demo locally + +For more information view common development activities on https://github.com/tinesoft/generator-ngx-library#development ## License diff --git a/package.json b/package.json index 0f76ce7..4f15527 100644 --- a/package.json +++ b/package.json @@ -21,9 +21,13 @@ "url": "https://github.com/ESSS/ng-xform/issues" }, "scripts": { - "start": "gulp build", - "test": " gulp test", - "demo": " gulp build:demo", + "setup": "npm i && gulp build && gulp link && cd demo && npm i", + "test": "gulp test", + "build": "gulp build", + "watch": "gulp build:watch", + "watch-fast": "gulp build:watch-fast", + "demo": "gulp serve:demo", + "build-demo": "gulp build:demo", "check-travis": " travis-status --repo=ESSS/ng-xform --branch=master --fail-pending || echo 'Not yet passing'" }, "dependencies": {