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

chore: add hatch build hook to build marimo when installed from github #3639

Merged
merged 7 commits into from
Jan 31, 2025

Conversation

mscolnick
Copy link
Contributor

@mscolnick mscolnick commented Jan 31, 2025

This allows you to do stuff like:

# Run marimo from a branch
MARIMO_BUILD_FRONTEND=true uvx --with git+https://github.com/marimo-team/marimo.git@<branch-name> marimo edit

# Run marimo from main
MARIMO_BUILD_FRONTEND=true uvx --with git+https://github.com/marimo-team/marimo.git marimo edit

# Example
MARIMO_BUILD_FRONTEND=true uvx --with git+https://github.com/marimo-team/marimo.git@ms/build-hook marimo edit

Copy link

vercel bot commented Jan 31, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
marimo-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 31, 2025 5:19pm
1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
marimo-storybook ⬜️ Ignored (Inspect) Visit Preview Jan 31, 2025 5:19pm

fix
@mscolnick mscolnick merged commit 52906ba into main Jan 31, 2025
28 of 34 checks passed
@mscolnick mscolnick deleted the ms/build-hook branch January 31, 2025 17:21
Copy link

🚀 Development release published. You may be able to view the changes at https://marimo.app?v=0.10.20-dev3

@mscolnick mscolnick requested a review from akshayka January 31, 2025 18:12
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.

None yet

1 participant