Skip to content

Commit 37bb140

Browse files
authored
Create README.md
1 parent dd452b6 commit 37bb140

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

300/600/200/README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# 200 - Web Interface
2+
3+
Launch a modern, responsive web interface for visual task management:
4+
5+
## Start the web server (opens browser automatically)
6+
7+
```
8+
backlog browser
9+
```
10+
11+
## Custom port
12+
13+
```
14+
backlog browser --port 8080
15+
```
16+
17+
## Don't open browser automatically
18+
19+
```
20+
backlog browser --no-open
21+
```

0 commit comments

Comments
 (0)