Add README.md

This commit is contained in:
2025-11-17 20:19:13 +00:00
parent f559051b16
commit 789b3eafb9

15
7 Text Board/README.md Normal file
View File

@@ -0,0 +1,15 @@
Text Board
=========
This is really on the web: [here](https://postboard.app.tesses.net/)
### To run
```bash
crosslang run
```
### or run this docker command
```bash
docker run -p 4210:4210 -v ./database-dir:/data onedev.site.tesses.net/crosslang/crosslang-tutorials/text-board:latest
```