Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOC] Update contributing guidelines #763

Merged
merged 26 commits into from
Oct 29, 2024
Merged
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
a8ec7be
:memo: Update docs contribution guide
pavithraes Feb 6, 2024
498e3b9
Restrucutre contributing section
pavithraes Mar 14, 2024
a8923c8
:memo: Add contribution workflow
pavithraes Mar 19, 2024
6e59ae5
Misc updates
pavithraes Sep 3, 2024
0773607
Update local-setup-ui.md
gabalafou Sep 3, 2024
91a7bf8
More updates based on feedback and based on work on
gabalafou Sep 4, 2024
cabf62b
reword pre-requisites
gabalafou Sep 4, 2024
b2beb2f
forgot corepack
gabalafou Sep 4, 2024
e701804
typo
gabalafou Sep 4, 2024
92ca0d1
Update docusaurus-docs/community/contribute/local-setup-ui.md
gabalafou Sep 4, 2024
fda6d9a
Update docusaurus-docs/community/contribute/local-setup-ui.md
gabalafou Sep 4, 2024
8c9587f
move testing into advanced option
gabalafou Sep 4, 2024
0f5258b
Update docusaurus-docs/community/contribute/local-setup-ui.md
gabalafou Sep 6, 2024
94fd52b
Update docusaurus-docs/community/contribute/local-setup-ui.md
gabalafou Sep 6, 2024
6b3ebb6
Update docusaurus-docs/community/contribute/local-setup-ui.md
gabalafou Sep 6, 2024
a942ee3
Update docusaurus-docs/community/contribute/local-setup-ui.md
gabalafou Sep 6, 2024
d5e1d90
Update docusaurus-docs/community/contribute/local-setup-ui.md
gabalafou Sep 6, 2024
e77173f
Update docusaurus-docs/community/contribute/local-setup-ui.md
gabalafou Sep 6, 2024
05be358
Misc updates
pavithraes Sep 17, 2024
bfa1f6e
Add editable install in without docker setup
pavithraes Sep 17, 2024
8534f0a
merge main
pavithraes Sep 17, 2024
6cbcf70
Merge pull request #6 from conda-incubator/local-setup-ui
pavithraes Oct 1, 2024
6addb97
Update contrib guidelines for jlab extension
pavithraes Oct 1, 2024
7cd8516
Merge main
pavithraes Oct 1, 2024
320146c
Apply suggestions from code review
pavithraes Oct 29, 2024
3841f7c
Merge main, resolve conflict
pavithraes Oct 29, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
typo
  • Loading branch information
gabalafou committed Sep 4, 2024
commit e70180486bd380dbfa6726eca66a0ca8e63169e4
2 changes: 1 addition & 1 deletion docusaurus-docs/community/contribute/local-setup-ui.md
Original file line number Diff line number Diff line change
@@ -50,7 +50,7 @@ This project uses [Conda](https://conda.io) for package management. To set up Co

### Run conda-store-ui locally (and the rest of the stack in Docker)

Tip: Make sure are in the project root: `cd conda-store-ui`
Tip: Make sure you are in the project root: `cd conda-store-ui`

1. Activate the development environment: `conda activate cs-ui-dev-env`
2. Set environment variables. 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 it in the `.env` file by setting the `CONDA_STORE_SERVER_VERSION` variable to the desired version.