This is the repository for the TCU project. Follow the steps below to set up and run the project locally.
- Clone the repository
Open your terminal and run the following command:
git clone https://github.com/Techies-Collab-and-Upskill-Live-Project/tcu.git
- Navigate to the project directory
Change your directory to the cloned repository:
cd tcu
- Install dependencies
Run the following command to install the required packages:
npm install
- Start the development server
Use the following command to start the server:
npm run dev
- View the application
Once the server is running, open your browser and navigate to:
http://localhost:5173