# Getting Started Tinqs Studio is a platform for game development teams. Host your code, manage game assets with LFS, preview 3D models in the browser, run CI/CD pipelines, generate images, extract source art, and create assets — all in one place. ## 1. Create an Account Sign up at [tinqs.com/user/sign_up](https://tinqs.com/user/sign_up). ## 2. Install the CLI **Windows:** ```powershell irm https://bot.arikigame.com/cli/install.ps1 | iex ``` **Mac / Linux:** ```bash curl -fsSL https://bot.arikigame.com/cli/install.sh | sh ``` ## 3. Login ```bash tinqs-cli login ``` ## 4. Upload Your First Project ```bash cd ~/my-game tinqs-cli upload . ``` Creates a repo, pushes everything, auto-configures LFS for game assets. ## 5. Invite Your Team Repo settings > Collaborators, or create an organization.