Skip to content

Github codespaces#778

Merged
emeli-dral merged 7 commits intomainfrom
dev-containers
Oct 2, 2023
Merged

Github codespaces#778
emeli-dral merged 7 commits intomainfrom
dev-containers

Conversation

@DimaAmega
Copy link
Copy Markdown
Collaborator

@DimaAmega DimaAmega commented Sep 26, 2023

This pr allows us to use github codespaces feature

Just try to create a codespace on this branch and see what happens

The motivation:

  • We can see deployment at any branch for a short period of time (about 30 minutes), but i believe this is fine for us
  • Link to deployment may be public or private to organizations, which means that not only codespace creator can see deployment (see here) -- easy to share like "Look what I've done 👀"
  • Speed up development process in some cases: instead of doing things locally like git stash && git checkout <some-branch> && <do-some-fixes-and-push-it> && git stash pop we can <do-some-fixes-and-push-it> in codespace (see here)
  • some other ... 😊

The startup command for now is:

evidently ui --port 8000 --demo-projects all --workspace test-workspace

@emeli-dral emeli-dral merged commit 28492f7 into main Oct 2, 2023
@emeli-dral emeli-dral deleted the dev-containers branch October 2, 2023 16:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants