Welcome to the Quick Start tutorial! This guide will walk you through the basics of getting started with our platform. Let's begin!

Step 1: Installation ⚙️

  1. Download the latest version from https://cloud-image.ullrai.com/q/Installation/
  2. Extract the files to your project directory
  3. Run the setup script using npm install or yarn add

Step 2: Configuration 📜

  • Edit the config.env file to set your API key
  • Example:
    API_KEY=your_api_key_here
    
  • Save changes and restart the server

Step 3: Running the App 🔄

npm start

Step 4: Extend Your Project 🌱

Need more details? Check out our Advanced Tutorials for deeper insights!