UI for the ChRIS Store.
$> git clone https://github.com/FNNDSC/ChRIS_store_ui
$> cd ChRIS_store_ui
$> yarn install$> yarn build
$> yarn serveOpen a terminal in the directory of this README file
Click here for instructions on how to setup the ChRIS Store
Install dependencies
$> yarn installStart web server in watch mode (used for developing)
$> yarn startStart tests in watch mode
$> yarn testBefore each commit, a precommit script is run automatically to ensure all tests pass and all JavaScript code follows the Airbnb style guide
To do this step manually, run yarn precommit after staging files
This project is licensed under the MIT License - see the LICENSE.md file for details
