Skip to content

rikurainio/Juu

Repository files navigation

Usage

pnpm install
pnpm run dev

Stack

About modules

Whenever you want to run commands when the app is not running (e.g drizzle-kit commands),
you have to run rebuild to build the packages to match your systems node version.
Then after you are done and want to continue development, you need to rebuild
the packages for electron by doing rebuild:electron

Todo

  • Figure out better way to handle initial routing on built app.
    As a quick fix the app manually navigates the user to the root path on initial mount.
  • Make the demo look a bit better

Contributing

I'd love to work on this template with people. I have a lot to learn about Electron
and the tooling around it, and native modules. If you have suggestions
feel free to contact, make a PR.