This repository contains the frontend application for a Cloud-Based Data Exchange System for Cloud Computing Systems. Built using Next.js and Tailwind CSS, it provides a responsive and user-friendly interface for secure file sharing.
- Clone the repo
- Paste
.env.localin root directory - Install dependencies
npm install- Run Next.js development server
npm run dev