conda-incubator / conda-store-ui

conda-store-ui is a frontend for conda-store powered by react
https://conda-incubator.github.io/conda-store-ui/
BSD 3-Clause "New" or "Revised" License
13 stars 18 forks source link

[ENH] - Smooth the developer setup process #335

Closed kcpevey closed 9 months ago

kcpevey commented 11 months ago

Feature description

If you are a developer who is working on a new feature in the conda-store-ui. The pattern is to

The old UI version of the UI from the latest build will then be available on 5000 (or 8080) at http://localhost:5000/conda-store/ or http://localhost:8080/conda-store/.

The new dev version will be available on http://localhost:5001/ or http://localhost:8081/

Value and/or benefit

There are some things I think we could improve here

Some of these are just documentation, but some are improvements to the workflow in general. We may need to break these out into separate issues.

Anything else?

No response

costrouc commented 10 months ago

Changing the default port in conda-incubator/conda-store#642 will work towards this. There are additional things that need to be done. @dcmcand to look at later this issue has multiple things asked and needs to be broken up.

kcpevey commented 9 months ago

Chuck will focus on breaking down into separate issues and then move forward.

kcpevey commented 9 months ago

Consider the standalong implementation - discuss with @nkaretnikov

dcmcand commented 9 months ago

@kcpevey , this mainly references conda-store-ui. Should this be moved to the conda-store-ui repo?

dcmcand commented 9 months ago

Current status:

I think we have some discussion needed about whether this belongs in this repo or the https://github.com/conda-incubator/conda-store-ui repo and what the scope for each project is.