Skip to content

Latest commit

 

History

History
76 lines (50 loc) · 1.74 KB

File metadata and controls

76 lines (50 loc) · 1.74 KB

ChRIS_store_ui

UI for the ChRIS Store.

Homepage

License Last Commit Stars Forks

Installation

$> git clone https://github.com/FNNDSC/ChRIS_store_ui
$> cd ChRIS_store_ui
$> yarn install

Serve

$> yarn build
$> yarn serve

Development and testing

JavaScript package manager prerequisite

Open a terminal in the directory of this README file

ChRIS Store server prerequisite

Click here for instructions on how to setup the ChRIS Store

Commands

Install dependencies

$> yarn install

Start web server in watch mode (used for developing)

$> yarn start

Start tests in watch mode

$> yarn test

Precommit

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

License

This project is licensed under the MIT License - see the LICENSE.md file for details