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 - Update documentation and smooth developer experience #341

Closed dcmcand closed 9 months ago

dcmcand commented 9 months ago

Fixes #335 Fixes #336 Fixes #337 Fixes #338

Description

Smooths developer experience and improves documentation.

This pull request:

Pull request checklist

Additional information

dcmcand commented 9 months ago

I just read through this and it does a much better job of explaining the setup. I'm hoping I can run through it to check it out first hand, but not sure when I'll have time so don't let that hold you up.

I did have one question that I'm still not clear on - will the dev setup launch conda-store server for me?

@kcpevey yes, both the local dev setup yarn run start and the dockerized version yarn run start:docker will setup all the dependencies including conda-store-server. By default, it will run conda-store-server 2023.10.1, but you can use a different image by setting the CONDA_STORE_SERVER_VERSION variable in the .env file to whatever docker image tag you want to run.