Browse Source

Initial commit

Yann Weber 2 years ago
commit
1d600e7e6d
4 changed files with 23 additions and 0 deletions
  1. 6
    0
      .gitmodules
  2. 15
    0
      README.md
  3. 1
    0
      pyws_clock
  4. 1
    0
      wsclock_front

+ 6
- 0
.gitmodules View File

@@ -0,0 +1,6 @@
1
+[submodule "pyws_clock"]
2
+	path = pyws_clock
3
+	url = https://git.yannweb.net/yannweb/pyws_clock.git
4
+[submodule "wsclock_front"]
5
+	path = wsclock_front
6
+	url = https://git.yannweb.net/yannweb/wsclock_front.git

+ 15
- 0
README.md View File

@@ -0,0 +1,15 @@
1
+# Websocket clock repository
2
+
3
+Repository regrouping websocket clock React/TypeScript frontend & python backend.
4
+
5
+## Deployment
6
+
7
+Cloning the codebase
8
+```
9
+git clone https://git.yannweb.net/yannweb/wsclock.git
10
+cd wsclock
11
+git submodule init
12
+git submodule update
13
+```
14
+
15
+Then follow the deployment instructions in `pyws_clock/README.md` and `wsclock_front/README.md`

+ 1
- 0
pyws_clock

@@ -0,0 +1 @@
1
+Subproject commit c63732b5a35fe217c340cdb1f7912e572ab24107

+ 1
- 0
wsclock_front

@@ -0,0 +1 @@
1
+Subproject commit 93bd1e138ae42c782ece9677369e5111fb0e9927

Loading…
Cancel
Save