We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08c927c commit 6e08936Copy full SHA for 6e08936
README.md
@@ -1,11 +1,13 @@
1
-langdev.org
+[langdev.org] [![Docker Badge]][Docker Hub]
2
========
3
+무언가가 일어나는 중인 커뮤니티의 웹페이지.
4
5
```bash
-yarn
6
-yarn tsc
7
-
8
-open index.html
+docker run --detach \
+ --name langdev.org \
+ --restart always \
9
+ --publish 8080:80 \
10
+ simnalamburt/langdev.org
11
```
12
13
@@ -15,5 +17,8 @@ open index.html
15
17
*langdev.org* is primarily distributed under the terms of the [GNU Affero
16
18
General Public License v3.0] or any later version. See [COPYRIGHT] for details.
19
20
+[langdev.org]: https://langdev.org
21
+[Docker Badge]: https://badgen.net/docker/pulls/simnalamburt/langdev.org?icon=docker&label=pulls
22
+[Docker Hub]: https://hub.docker.com/r/simnalamburt/langdev.org/
23
[GNU Affero General Public License v3.0]: LICENSE
24
[COPYRIGHT]: COPYRIGHT
0 commit comments