Quickstart Guide
This guide will help you get started with TazeAI in just a few minutes.
Get up and running with TazeAI in minutes
What You'll Need
- A modern web browser (Chrome, Firefox, Safari, or Edge)
- Basic familiarity with React and TailwindCSS (helpful but not required)
- A GitHub account (optional, for saving and deploying projects)
Step 1: Clone the Repository
Start by cloning the TazeAI repository:
git clone https://github.com/tazeai/tazeai.git
cd tazeai
Step 2: Install Dependencies
TazeAI uses Bun as its package manager:
bun install --frozen-lockfile
Step 3: Start TazeAI
Run the following command to start TazeAI locally:
bun dev
This will start TazeAI on http://localhost:3000.
Step 4: Create Your First Project
- Open TazeAI in your browser
- Click on "New Project" button
- Choose a template or start from scratch
- Give your project a name and click "Create"
Creating a new project in TazeAI
Step 5: Start Editing
Once your project is created, you'll be taken to the TazeAI editor. Here you can:
- Add components from the component library
- Edit text and images
- Adjust styles using the style panel
- Preview your changes in real-time
Step 6: Deploy Your Project (Optional)
When you're ready to share your project:
- Click the "Deploy" button in the top toolbar
- Choose your deployment options
- Click "Deploy Now"
Your project will be deployed and you'll receive a URL to share.
Next Steps
Now that you've created your first project, you might want to:
- Learn more about TazeAI's features
- Follow our tutorials for specific use cases
Congratulations! You're now ready to start building with TazeAI.