Skip to content

Latest commit

 

History

History
62 lines (37 loc) · 1.28 KB

README.md

File metadata and controls

62 lines (37 loc) · 1.28 KB

eduplus

A React + Vite application designed to streamline education and enhance learning experiences.

Getting Started

This guide details the installation and setup process for eduplus.

Prerequisites

Installation

  1. Clone the Repository:

    git clone https://github.com/your-username/eduplus.git

    Replace your-username with your actual GitHub username.

  2. Navigate to Project Directory:

    cd eduplus
  3. Install Dependencies:

    Use either npm or yarn to install the project's dependencies:

    • Using npm:

      npm install
    • Using yarn:

      yarn install

Development

Once the dependencies are installed, you can start the development server to run the application locally:

npm run dev
# or
yarn dev

This will typically start the development server at http://localhost:3000 (the exact port may vary). You can then open this URL in your web browser to view the running eduplus application.