UI for the ChRIS Store.
$> git clone https://github.com/FNNDSC/ChRIS_store_ui
$> cd ChRIS_store_ui
$> yarn install
$> yarn build
$> yarn serve
Open a terminal in the directory of this README file
Click here for instructions on how to setup the ChRIS Store
Install dependencies
$> yarn install
Start web server in watch mode (used for developing)
$> yarn start
Start tests in watch mode
$> yarn test
Before 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