Skip to content

gagansk/ChRIS_store_ui

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

UI for the ChRIS Store.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 83.1%
  • CSS 16.4%
  • HTML 0.5%