Files
tekton/README.md
T
adtpdn 8255b1f465
CI / Run Tests (push) Failing after 3s
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 1m0s
CI / Create Release (push) Has been skipped
Fix README wiki links to relative paths
2026-07-02 01:50:54 +08:00

26 lines
678 B
Markdown

# Tekton Dash Armageddon
> Full developer documentation lives in this repo's **wiki** (sidebar link).
>
> See in particular: [Skin Creation Workflow](./Skin-Creation-Workflow), [Nakama Deployment](./Nakama-Deployment), and [Patch Release Workflow](./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](./wiki/SSH-Setup-Linux)
- [macOS](./wiki/SSH-Setup-macOS)
- [Windows](./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
```