# 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 ```