Graphical User Interface for conda-store
To learn how to use conda-store-ui alongisde conda-store, please visit our documentation.
conda-store-ui is an addon to conda-store. If you're looking for the JupyterLab Extension, you can find it at conda-store-jupyterlab.
We use Docker Compose to set up the infrastructure and conda as the package manager for node/yarn. Note that you can use any method you wish to use yarn/nodejs.
- Clone this repo and from root, start docker compose:
git clone https://github.com/conda-incubator/conda-store-ui.git
cd conda-store-ui
docker-compose -f docker-compose-dev.yml up --build
- Then, install yarn/node.js.
Note Skip this if you are planning to use a local install of yarn/nodejs
conda create --name conda-store-ui
conda activate conda-store-ui
conda install -c conda-forge yarn nodejs==16.14.2
- Finally, start the application
yarn install
yarn run build
yarn run start
If you encounter issues, please take a look at Configuration (available in the documentation).
In order to create a new version of this package, follow these steps:
-
Bump the version number in
package.json
-
Go to the releases tab, and create a new release. Note that the release version tag must match the new version from package.json
-
Wait for actions to execute and the new package will be uploaded to
npm
Latest Release: https://libraries.io/npm/@conda-store%2Fconda-store-ui
To guarantee a welcoming and friendly community, we require all community members to follow our Code of Conduct.
conda-store-ui is developed under the BSD-3 LICENSE.