browse-everything
browse-everything copied to clipboard
Improve the documentation for running a development environment
It is not at all clear that one needs to install karma in order to run the JavaScript tests. Should one not have the karma CLI tool available globally, one will need to run the following:
npm install -g karma karma-jasmine karma-chrome-launcher
Also, this documentation should link to https://github.com/samvera-labs/browse-everything-redux-react/blob/master/DEVELOPMENT.md