Skip to content
This repository has been archived by the owner on May 10, 2023. It is now read-only.

Setup faster development environment inside the VM #7

Open
lukechilds opened this issue Jul 11, 2020 · 0 comments
Open

Setup faster development environment inside the VM #7

lukechilds opened this issue Jul 11, 2020 · 0 comments

Comments

@lukechilds
Copy link
Member

lukechilds commented Jul 11, 2020

Currently the Umbrel development VM has an environment that very closely mirrors the production Umbrel OS environment.

This is great for checking changes are likely to work in Umbrel OS but it slows down development since it means Docker images need to be rebuilt and services restarted after each change.

It would be great if by default the dev VM used the development servers for development. So instead of building images and running services it just runs the npm dev scripts and benefits from live reload webservers etc.

We should still support the production-like docker environment too but we should be able to switch between them with something like umbrel-dev env production/umbrel-dev env development.

This command would handle automatically rebuilding the images or starting the dev server to reflect the latest changes.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant