Developing rnote. #176
Partha-Sarker
started this conversation in
Development
Replies: 1 comment 5 replies
-
You'd have to build once you made a change. Personally I use the flatpak extension in vscode, which caches and does incremental builds, which only takes a couple of seconds compared to minutes for a full build. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am having trouble running the application while in development. Do I have to build every time I make a change? Or Is there any efficient way to see the changes in action? And it takes a really long time to build the application with
flatpak-builder --user flatpak-app build-aux/com.github.flxzt.rnote.Devel.json
command.Beta Was this translation helpful? Give feedback.
All reactions