diff --git a/README.md b/README.md index f937b830..ad6d3a8c 100755 --- a/README.md +++ b/README.md @@ -36,12 +36,17 @@ Open `http://localhost:8080/webpack-dev-server/` in your browser. ## Building - npm install npm run build npm run serve Open the local ip/port that is output to the console in your browser. +## Testing + + npm test + +This will run both the tests and the linter. + ## Deploying [Netlify](https://www.netlify.com/) watches GitHub for new versions of master. When a new version is seen, it is automatically built using `npm run build` and pushed to the server. Additionally, Netlify will run a build on every pull request and include a link under the heading "Deploy preview ready!". This enables easy high level testing of pull requests.