Document how to run tests

This commit is contained in:
Jordan Eldredge 2018-05-03 07:29:27 -07:00
parent 902ef2f7c8
commit 2ce75f64bc

View file

@ -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.