You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+24-14Lines changed: 24 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,33 +44,40 @@ gofred lets you write UI in pure Go and run it in the browser via WebAssembly, w
44
44
go get github.com/gofred-io/gofred
45
45
```
46
46
47
-
This repository is intended to be used as a library. The included `server/`and `main.go` demonstrate a minimal runnable example.
47
+
This repository is intended to be used as a library. For development and running applications, use the [gofred-cli](https://github.com/gofred-io/gofred-cli) tool.
48
48
49
49
---
50
50
51
-
#### Quick start (example app in this repo)
51
+
#### Quick start
52
52
53
-
1) Build the WebAssembly binary:
53
+
Use the [gofred-cli](https://github.com/gofred-io/gofred-cli) tool to create and run applications:
0 commit comments