Files
tekton/README.md
adtpdn 8fc3c1b915
CI / Run Tests (push) Failing after 2s
CI / Export Windows (push) Has been skipped
CI / Export Linux (push) Has been skipped
CI / Export Android (push) Has been skipped
Test Suite / Unit Tests (GUT) (push) Failing after 2s
Test Suite / Integration Tests (push) Failing after 2s
Test Suite / Code Style Check (push) Failing after 2s
Test Suite / Security Scan (push) Failing after 52s
CI / Create Release (push) Has been skipped
Fix README breadcrumb/wiki links to absolute URLs
2026-07-02 01:58:18 +08:00

26 lines
897 B
Markdown

# Tekton Dash Armageddon
> Full developer documentation lives in this repo's **wiki** (sidebar link).
>
> See in particular: [Skin Creation Workflow](https://git.klud.top/danchie/tekton/wiki/Skin-Creation-Workflow), [Nakama Deployment](https://git.klud.top/danchie/tekton/wiki/Nakama-Deployment), and [Patch Release Workflow](https://git.klud.top/danchie/tekton/wiki/Patch-Release-Workflow).
## SSH setup for cloning
All clones **must use SSH** over Tailscale. HTTPS is disabled on this instance.
Guides by operating system:
- [Linux](https://git.klud.top/danchie/tekton/wiki/SSH-Setup-Linux)
- [macOS](https://git.klud.top/danchie/tekton/wiki/SSH-Setup-macOS)
- [Windows](https://git.klud.top/danchie/tekton/wiki/SSH-Setup-Windows)
Quick verification after setup:
```bash
ssh -T git@thunderobot -p 222
```
Once verified, clone:
```bash
git clone git@thunderobot:222/danchie/tekton.git
```