2024-06-19 19:10:53 -07:00
2024-06-12 11:58:17 -07:00
2024-06-17 09:58:28 -07:00
2024-06-19 19:10:53 -07:00
2024-06-19 19:10:53 -07:00
2024-06-19 19:10:53 -07:00
2024-05-28 12:12:28 -07:00
2024-06-11 17:42:10 -07:00
2024-05-28 12:12:28 -07:00
2024-06-17 09:58:28 -07:00
2024-06-15 14:59:14 -07:00
2024-06-15 14:59:14 -07:00
2024-06-15 14:59:14 -07:00
2024-06-11 17:42:10 -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%