Skip to content

Commit

Permalink
rename editor to studio
Browse files Browse the repository at this point in the history
  • Loading branch information
breadchris committed May 2, 2023
1 parent 06635c5 commit 2baad07
Show file tree
Hide file tree
Showing 57 changed files with 19 additions and 5 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,25 @@ or
go install github.com/protoflow-labs/protoflow@latest
```

## Run
Visually build your microservice with Protoflow Studio:
```shell
protoflow studio
```

## Demo
[![youtube demo screenshot](http://img.youtube.com/vi/ZnUyUbh-Xp8/0.jpg)](https://www.youtube.com/watch?v=ZnUyUbh-Xp8)

## Hack
```shell
go run main.go studio
```

### Studio
```shell
cd studio
pnpm install
npm run dev
```

### Haphazard notes
Expand Down
2 changes: 1 addition & 1 deletion pkg/api/http.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"context"
"fmt"
"github.com/bufbuild/connect-go"
"github.com/protoflow-labs/protoflow/editor/public"
"github.com/protoflow-labs/protoflow/studio/public"
"github.com/rs/zerolog/log"
"net/http"
"os"
Expand Down
4 changes: 2 additions & 2 deletions pkg/cli/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@ func New(
},
},
{
Name: "serve",
Name: "studio",
Flags: []cli.Flag{
&cli.IntFlag{
Name: "http",
Usage: "Port for the http server",
Usage: "Port for the studio",
},
},
Action: func(ctx *cli.Context) error {
Expand Down
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions editor/package.json → studio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "editor",
"version": "0.1.0",
"name": "studio",
"version": "0.0.1",
"private": true,
"type": "module",
"scripts": {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 2baad07

Please sign in to comment.