@codytodonnell/scicap-ui-windows
v0.3.7
Published
## Installation
Readme
Science Capsule React UI - development
Installation
Note: unless otherwise specified, run these steps from the directory where this README is located (currently sc/app/frontend)
Create a new Conda environment from the
environment.ymlfile in this directory:conda env create --file environment.yml && conda activate scicap-ui-2022-07Install the JavaScript dependencies using
yarn:yarn installStart the React development server:
npm startStart the Storybook development server:
npm run storybook
