The aim of this project is to design and develop a comprehensive, user-friendly website for the Computer Laboratory at the School of Computer Engineering, UNC. This website will serve as a central platform for students, faculty, and external collaborators, providing updated information about the laboratory’s activities, resources, events, and ongoing research projects.
-
Clone the Repository
Open your terminal and run the following command:
git clone [email protected]:Esc-IngComp-UNC/computer-laboratory-web-page.git
orgit clone https://github.com/Esc-IngComp-UNC/computer-laboratory-web-page.git
-
Change the branch
git checkout front_responsive
3 Navigate to the Project Directory
cd web
-
Install Dependencies
Ensure you have Node.js installed, then run:
npm install
-
Start the Development Server
npm run dev -- --host
The app will be available athttp://localhost:5173
And in your network.