@@ -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
@@ -0,0 +1,6 @@
+@echo off
+set /p id="Enter commit notes: "
+git pull
+git add -A
+git commit -m "%id%"
+git push