An open-source, cross-platform terminal for seamless workflows
Go to file
2024-07-29 11:55:10 -07:00
.github update storybook pattern 2024-07-26 11:37:26 -04:00
.storybook Fix bad merge 2024-06-26 12:26:27 -07:00
.vscode Fix yaml formatting () 2024-07-18 15:53:20 -07:00
build remove wails deps 2024-06-12 11:58:17 -07:00
cmd checkpoint on domain sockets + update background colors + transparency () 2024-07-26 13:30:11 -07:00
db Break layout node into its own Wave Object () 2024-06-05 17:21:40 -07:00
emain Support window blur in addition to transparency () 2024-07-26 16:18:53 -07:00
frontend background support (from metadata). colors, gradients, images. () 2024-07-29 11:55:10 -07:00
pkg background support (from metadata). colors, gradients, images. () 2024-07-29 11:55:10 -07:00
public move codeedit to directory. new useLongClick hook. show quick navig… () 2024-07-08 23:13:12 -07:00
.editorconfig Fix prettier formatting 2024-05-28 12:12:28 -07:00
.gitignore Set up electron-builder for new app () 2024-07-17 18:42:49 -07:00
.prettierignore Add filewatcher for config files () 2024-06-19 23:59:41 -07:00
.yarnrc.yml Fix prettier formatting 2024-05-28 12:12:28 -07:00
electron-builder.config.cjs Add auto updater configuration () 2024-07-18 16:55:04 -07:00
electron.vite.config.ts Clean up app package () 2024-07-18 15:16:49 -07:00
eslint.config.js Switch to using electron-vite instead of WebPack () 2024-06-13 16:49:25 -07:00
go.mod add bare bones jwt stuff to support authsock 2024-07-25 16:41:34 -07:00
go.sum add bare bones jwt stuff to support authsock 2024-07-25 16:41:34 -07:00
index.html Simplify frontend/wave path in index.html () 2024-06-13 17:00:07 -07:00
LICENSE Setup the Build Helper pipeline () 2024-07-17 22:39:22 -07:00
package.json background support (from metadata). colors, gradients, images. () 2024-07-29 11:55:10 -07:00
prettier.config.cjs Switch to using electron-vite instead of WebPack () 2024-06-13 16:49:25 -07:00
README.md Switch to using electron-vite instead of WebPack () 2024-06-13 16:49:25 -07:00
Taskfile.yml Enable Linux ARM builds () 2024-07-19 16:11:08 -07:00
tsconfig.json rename faraday to layout () 2024-07-23 13:50:23 -07:00
version.cjs Get version for Taskfile from version.js () 2024-06-13 18:11:21 -07:00
vitest.config.ts Switch to using electron-vite instead of WebPack () 2024-06-13 16:49:25 -07:00
yarn.lock background support (from metadata). colors, gradients, images. () 2024-07-29 11:55: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