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
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,10 @@ See [benchmark.md](benchmark.md) for the detail.
16
16
17
17
## Usage
18
18
19
+
Use `clack:clackup` or `woo:run` to start a web server. The first argument is a Lack "app". See [Lack's README](https://github.com/fukamachi/lack#readme) for instruction on how to build it.
20
+
21
+
Remember to pass ":debug nil" to turn off the debugger mode on the remote environment. Otherwise, your server will go down on any internal errors.
0 commit comments