Skip to content

nkaretnikov/conda-store-ui

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

conda-store-ui

Graphical User Interface for conda-store

GitHub Workflow Status GitHub Workflow Status (with event) GitHub Workflow Status

GitHub release (latest by date) npm (scoped)

Get Started

To learn how to use conda-store-ui alongisde conda-store, please visit our documentation.

Related Work

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.

Developing

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.

  1. 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
  1. 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
  1. 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).

Releasing

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

Code of Conduct

To guarantee a welcoming and friendly community, we require all community members to follow our Code of Conduct.

License

conda-store-ui is developed under the BSD-3 LICENSE.

About

conda-store-ui is a frontend for conda-store powered by react

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 94.0%
  • JavaScript 3.7%
  • MDX 1.2%
  • Python 0.9%
  • CSS 0.1%
  • Dockerfile 0.1%