Skip to content

A template we use to get started with desktop apps.

License

Notifications You must be signed in to change notification settings

cloudy-org/desktop-app-template

Repository files navigation

📦 desktop-app-template

A template we use to get started with desktop apps.


🛠️ How to install for development.

Prerequisites:

  1. Clone the repo.
git clone https://github.com/cloudy-org/desktop-app-template
  1. Pull the submodules (includes ctk).
git submodule update --init --recursive
  1. Install npm dependencies.
make install-deps
  1. Run the application in development mode.
make run

TODO: README