Getting Started

This guide will help you get started with our platform. Follow these simple steps to set up your environment and begin development.

Prerequisites

Before you begin, make sure you have the following installed:

  • Node.js (version 16 or higher)
  • npm or yarn
  • Git

Installation

Clone the repository and install dependencies:

git clone https://github.com/yourusername/your-project.git
cd your-project
npm install

Configuration

Create a .env file in the root directory with the following variables:

API_KEY=your_api_key
BASE_URL=https://api.example.com

Running the Development Server

Start the development server with:

npm run dev

Your site should now be running at http://localhost:5173.