uniAIDevs / WonderOnion

0 stars 0 forks source link

WonderOnion

Project Description

This project is built using Vite, React.js, React Query, and Material-UI (MUI).

Prerequisites

Before you begin, ensure you have met the following requirements:

Getting Started

To get started, follow these steps:

  1. Create Environment Variables:

    Create a .env file in your project directory and define your environment variables.

    VITE_API_BASE_URL=https://api.example.com
  2. Install Dependencies:

    npm install
    # or
    yarn install
  3. Start the Development Server:

    npm run dev
    # or
    yarn dev

    This command starts the development server. Open http://localhost:5173 to view the app in your browser.

Technologies Used