v
Create your first Python project with Tite in under 10 seconds
Install Tite globally using pip:
pip install tite-sc
Create a new project with a single command:
tite new my-awesome-project
This creates:
Enter your project and start the development server:
cd my-awesome-project
tite dev
The development server runs with hot reload - changes are reflected instantly!