init: init proj

This commit is contained in:
Kid
2026-07-18 16:48:41 +08:00
commit d975859286
12 changed files with 1204 additions and 0 deletions

6
start.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
# 一键启动乘法口诀服务
cd "$(dirname "$0")"
# 没有证书就先生成
[ -f certs/cert.pem ] || bash gen-cert.sh
exec node server.js