diff --git a/7 Text Board/README.md b/7 Text Board/README.md new file mode 100644 index 0000000..e4a9a50 --- /dev/null +++ b/7 Text Board/README.md @@ -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 +``` \ No newline at end of file