An open-source, cross-platform terminal for seamless workflows
Go to file
2024-06-12 13:47:13 -07:00
.storybook Integrate Faraday layout system (#16) 2024-06-04 13:05:44 -07:00
.vscode Integrate Faraday layout system (#16) 2024-06-04 13:05:44 -07:00
build remove wails deps 2024-06-12 11:58:17 -07:00
cmd update BlockService to use the new type union feature of tsgen. strongly type the arguments to BlockService.SendCommand 2024-06-12 13:47:13 -07:00
db Break layout node into its own Wave Object (#21) 2024-06-05 17:21:40 -07:00
emain port to electron (#33) 2024-06-11 17:42:10 -07:00
frontend update BlockService to use the new type union feature of tsgen. strongly type the arguments to BlockService.SendCommand 2024-06-12 13:47:13 -07:00
pkg update BlockService to use the new type union feature of tsgen. strongly type the arguments to BlockService.SendCommand 2024-06-12 13:47:13 -07:00
public remove wails deps 2024-06-12 11:58:17 -07:00
webpack port to electron (#33) 2024-06-11 17:42:10 -07:00
.editorconfig Fix prettier formatting 2024-05-28 12:12:28 -07:00
.gitignore port to electron (#33) 2024-06-11 17:42:10 -07:00
.prettierignore Undo formatting of minified files (#9) 2024-05-28 12:24:49 -07:00
.yarnrc.yml Fix prettier formatting 2024-05-28 12:12:28 -07:00
eslint.config.js port to electron (#33) 2024-06-11 17:42:10 -07:00
go.mod remove wails deps 2024-06-12 11:58:17 -07:00
go.sum port to electron (#33) 2024-06-11 17:42:10 -07:00
package.json remove wails deps 2024-06-12 11:58:17 -07:00
prettier.config.js port to electron (#33) 2024-06-11 17:42:10 -07:00
README.md updated README with new build/run instructions 2024-06-12 10:46:22 -07:00
Taskfile.old.yml port to electron (#33) 2024-06-11 17:42:10 -07:00
Taskfile.yml port to electron (#33) 2024-06-11 17:42:10 -07:00
tsconfig.json port to electron (#33) 2024-06-11 17:42:10 -07:00
version.js port to electron (#33) 2024-06-11 17:42:10 -07:00
vite.config.ts integrate codeedit loader (just hello world for now) 2024-06-03 11:35:06 -07:00
vitest.config.ts Fix prettier formatting 2024-05-28 12:12:28 -07:00
webpack.config.js port to electron (#33) 2024-06-11 17:42:10 -07:00
yarn.lock remove wails deps 2024-06-12 11:58:17 -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

To run the app, you'll first need to run the webpack watcher:

task webpack

Then, in a separate terminal, this command will run the electron app:

task electron