browse-everything icon indicating copy to clipboard operation
browse-everything copied to clipboard

Improve the documentation for running a development environment

Open jrgriffiniii opened this issue 5 years ago • 0 comments

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

jrgriffiniii avatar Feb 19 '20 19:02 jrgriffiniii