This document provides instructions for setting up and running Campus-Connect, a React application built with Vite.
Before you begin, ensure you have met the following requirements:
To install Campus-Connect, follow these steps:
-
Clone the repository:
-
Navigate into the project directory:
-
Install the dependencies:
npm install
To run Campus-Connect, use the following command:
npm run dev
The application will start running at http://localhost:3000
(or another port if you've configured it differently).
To create a production build of Campus-Connect, use the following command:
npm run build
The build files will be in the dist
directory.