A shared core for Git-backed calendar.
Related projects:
- Web client: git-calendar/web-client
- CORS Proxy: git-calendar/cors-proxy
Build tools are pinned in go.mod and invoked through go tool.
For Android builds, install the Android SDK and NDK, set ANDROID_HOME, and ensure Android API 35 is available.
For iOS builds, use macOS with Xcode installed.
Build a target:
make build_web
make build_android
make build_ios