Documentation
TJ Studios Documentation
Everything you need to know to get started with TJ Studios and make the most of our platform.
Getting Started
Welcome to TJ Studios! This guide will help you get up and running quickly with our platform.
Quick Start
Get started with TJ Studios in just a few steps
1
Sign up with Discord
Visit dashboard.tjstudios.xyz to create your TJ Studios account using Discord OAuth.
2
Install the CLI
Install our command-line interface to manage your projects locally.
3
Create your first project
Use the dashboard or CLI to create and deploy your first project.
Installation
Install the TJ Studios CLI to manage your projects from the command line.
npm install -g @tjstudios/cli
After installation, authenticate with your TJ Studios account:
tjstudios login
This will open https://dashboard.tjstudios.xyz/device for authentication.
Your First Project
Create a new project using the CLI:
tjstudios create my-awesome-project
This will create a new project directory with all the necessary configuration files.