Files
tekton/README.md
T
adtpdn 74c1e86c32
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 51s
CI / Create Release (push) Has been skipped
Use absolute wiki URLs in README
2026-07-02 01:56:46 +08:00

26 lines
780 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](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
```