mirror of
https://github.com/wavetermdev/backup.git
synced 2026-04-22 15:26:58 -07:00
3ec62fd6d202e6dc7a980063c8feb503fabc33e4
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
Description
Languages
Go
49.9%
TypeScript
42.4%
Less
6%
JavaScript
0.9%
CSS
0.5%
Other
0.2%