Parampra Internal Participation

Introduction

This project is aimed at facilitating internal participation within Parampra through a React application built with Vite.

Setup

Prerequisites

  • Node.js (version >= 12.0.0)
  • npm (version >= 6.0.0) or yarn (version >= 1.0.0)

Installation

  1. Clone this repository to your local machine:

    git clone https://github.com/Dinesh7571/Parampra-Internal-paricipation-.git
  2. Navigate into the project directory:

    cd Parampra-Internal-paricipation-
  3. Install dependencies using npm:

    npm install

    Or if you prefer yarn:

    yarn
  4. Now run it:

    npm run dev

##Contributing Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.