浏览代码

Added README

Toby Chui 3 年之前
当前提交
dad57fa333
共有 2 个文件被更改,包括 23 次插入0 次删除
  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