Skip to content

Commit

Permalink
Merge pull request #17 from protoflow-labs/seagl-demo
Browse files Browse the repository at this point in the history
before anything gets too mucked up
  • Loading branch information
breadchris authored Mar 11, 2024
2 parents 9179000 + e082e67 commit da789b0
Show file tree
Hide file tree
Showing 117 changed files with 9,785 additions and 7,015 deletions.
27 changes: 12 additions & 15 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,15 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Launch Package",
"type": "go",
"request": "launch",
"mode": "auto",
"program": "${workspaceFolder}/main.go",
"args": [
"studio"
]
}
]
"configurations": [{
"name": "Run Extension",
"type": "extensionHost",
"request": "launch",
"runtimeExecutable": "${execPath}",
"args": [
"--extensionDevelopmentPath=${workspaceFolder}"
],
"outFiles": [
"${workspaceFolder}/studio/build/extension/**/*.js"
]
}]
}
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ protoflow studio
go run main.go studio --dev
```

Backend will proxy to the frontend, so you can just open http://localhost:8080 to see the frontend.
Backend will proxy to the frontend, so you can just open http://localhost:8000 to see the frontend.

### Studio
```shell
npm install
npm run dev
```

Starts the studio frontend at http://localhost:8000.
Starts the studio frontend at http://localhost:8001.

### Haphazard notes
- "a framework to easily build small/modular grpc services" -> yes, i want to make it so you bring your code:
Expand Down
230 changes: 230 additions & 0 deletions gen/ai.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit da789b0

Please sign in to comment.