Toby Chui %!s(int64=3) %!d(string=hai) anos
achega
dad57fa333
Modificáronse 2 ficheiros con 23 adicións e 0 borrados
  1. 17 0
      README.md
  2. 6 0
      autopush.bat

+ 17 - 0
README.md

@@ -0,0 +1,17 @@
+# 台南吃貨 (Tainan-Eat)
+
+This repo contains the server and web interface code of the Tainan-Eat WebApp which also support PWA mode so it looks like a native app on phone.
+
+
+
+## Build
+
+Requirement
+
+- Go 1.15 or above
+
+```
+cd Tainan-Eat/
+go build
+```
+

+ 6 - 0
autopush.bat

@@ -0,0 +1,6 @@
+@echo off
+set /p id="Enter commit notes: "
+git pull
+git add -A
+git commit -m "%id%"
+git push