Evan Simkowitz debbed7003 Remove WOS dependency from wshrpc (#329)
The frontend wshserver.ts had a weird circuitous dependency on wos.ts,
which was unnecessary. This moves the misplaced functions into wshrpc.ts
and updates the generation logic.
2024-09-05 13:17:35 -07:00
2024-08-28 10:59:08 -07:00
2024-08-23 10:34:34 -07:00
2024-08-16 18:17:10 -07:00
2024-08-27 15:12:26 -07:00
2024-05-28 12:12:28 -07:00
2024-07-17 22:39:22 -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%