Code Monkey home page Code Monkey logo

conda-store-ui's Introduction

conda-store-ui

conda-store logo

Information Links
Project License conda-store documentation conda-store-ui documentation
Wofklows GitHub Workflow Status - Build GitHub Workflow Status (with event) - Release GitHub Workflow Status - GitHub pages
Releases GitHub release (the latest by date) npm release version

About

conda-store-ui is an add-on Graphical User Interface to conda-store. If you're looking for the JupyterLab Extension, you can find it at jupyterlab-conda-store

Get Started ๐Ÿ’ป

To learn how to use conda-store-ui alongside conda-store, please visit the conda-store-ui documentation.

Development ๐Ÿ‘ฉ๐Ÿปโ€๐Ÿ’ป

To get started with conda-store-ui development, there are a couple of options, depending on the type of changes you are working on. This guide will help you to set up your local development environment.

Prerequisites ๐Ÿ“‹

Before setting up conda-store-ui, you must prepare your environment.

We use Docker Compose to set up the infrastructure before starting ensure that you have docker-compose installed. If you need to install docker-compose, please see their installation documentation

  1. Clone the conda-store-ui repository.
  2. Copy .env.example to .env. All default settings should work, but if you want to test against a different version of conda-store-server, you can specify if in the .env file by setting the CONDA_STORE_SERVER_VERSION variable to the desired version. Refer to the Configuration documentation for more information on the .env file.

Local Development with conda-store-ui running in Docker ๐Ÿณ

Running conda-store-ui in Docker is the most straightforward way to set up your local development environment.

  1. Run yarn run start:docker to start the entire development stack.
  2. Open you local browser and go to http://localhost:8000 so see conda-store-ui.
  3. You can then log in using the default username of username and default password of password.

Hot reloading is enabled, so when you make changes to source files, your browser will reload and reflect the changes.

Local Development without running conda-store-ui in Docker ๐Ÿ’ป

This setup still uses Docker for supporting services but runs conda-store-ui locally.

Set up your environment

This project uses Conda for package management. To set up Conda, please see their installation documentation.

  1. Change to the project root cd conda-store-ui
  2. From the project root create the conda environment conda env create -f environment_dev.yml
  3. Activate the development environment conda activate cs-ui-dev-env
  4. Install yarn dependencies yarn install

Run the application

  1. Run yarn run start and wait for the application to finish starting up
  2. Open you local browser and go to http://localhost:8000 so see conda-store-ui.
  3. You can then log in using the default username of username and default password of password.

Hot reloading is enabled, so when you make changes to source files, your browser will reload and reflect the changes.

Making a release ๐Ÿš€

To create a new version of this package, follow these steps:

  1. Bump the version number in package.json (we use CalVer: YYYY.MM.releaseNumber starting with releaseNumber=1)
  2. Start a new GitHub release
    • Call the release the current version, e.g. 2023.9.1
    • In the Choose a Tag: dropdown, type in the release name (e.g., 2023.9.1) and click "Create new tag"
    • Add the release notes in the text field 1
  3. Confirm that the release completed successfully by checking the GitHub Actions page. Once completed, a new release will be available at npm - @conda-store/conda-store-ui

๐Ÿ”— You can find more details about out release process and versioning approach in our Maintenance docs.

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.

Footnotes

  1. If you wish, use github-activity to generate a Changelog, e.g. github-activity conda-incubator/conda-store-ui --since 2023.9.1 --until 2023.10.1 --auth <GH personal access token> โ†ฉ

conda-store-ui's People

Contributors

ostojics avatar jujogi avatar pierrotsmnrd avatar anirrudh avatar telamonian avatar dcmcand avatar trallard avatar steff456 avatar nkaretnikov avatar ximenacor avatar costrouc avatar jonzeper avatar tatiana45 avatar kcpevey avatar pavithraes avatar iameskild avatar gabalafou avatar seohyun-a avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.