2024-08-19 14:29:58 -07:00
2024-08-01 02:18:27 -07:00
2024-07-18 15:53:20 -07:00
2024-06-12 11:58:17 -07:00
2024-08-18 21:26:44 -07:00
2024-08-08 18:24:54 -07:00
2024-08-19 14:29:58 -07:00
2024-08-19 11:02:40 -07:00
2024-08-06 16:41:00 -07:00
2024-08-16 18:17:10 -07:00
2024-05-28 12:12:28 -07:00
2024-05-28 12:12:28 -07:00
2024-08-09 18:49:35 -07:00
2024-08-09 18:49:35 -07:00
2024-07-17 22:39:22 -07:00
2024-08-15 21:32:08 -07:00

The Next Wave

Prereqs:

You'll need to install "task" (which we're using as a build/run system):

brew install go-task

On first checkout:

yarn
go mod tidy

Then, run the following command to start the app using the Vite dev server (this will enable Hot Module Reloading):

task electron:dev

To run the app without the dev server, run the following instead:

task electron:start
S
Description
No description provided
Readme Apache-2.0 40 MiB
Languages
Go 49.9%
TypeScript 42.4%
Less 6%
JavaScript 0.9%
CSS 0.5%
Other 0.2%