Welcome to our collaborative website development project! Over the next two weeks, we will work together to design, develop, and deploy a fully functional website. This project is structured to simulate a real-world development environment where effective collaboration, communication, and adherence to best practices are crucial for the project's success.
-
Collaboration: Work as a cohesive team to plan, develop, and review each part of the project
-
Communication: Use tools like Discord and Trello to ensure smooth and efficient communication within the team
-
Best Practices: Follow coding guidelines, contribution rules, and utilize tools like peer reviews to maintain high-quality code
-
Project Management: Break down the project into manageable tasks and track progress using Trello
-
Presentation: Prepare and present the final project, highlighting key learnings and demonstrating the website's features.
- Homepage
- About
- Services
- References
- Contact
To get started with the project, you need to clone the repository to your local machine. Follow these steps:
-
Open Terminal:
- Navigate to the directory where you want to clone the project.
-
Cloning the repository:
git clone https://github.com/josueahadi/website-project.git
After cloning the repository, you need to install the project dependencies using npm. Here’s how:
-
Install npm (if not already installed):
- Download and install Node.js which includes npm.
-
Install project dependencies:
npm install
To start the development server and see your project in action:
-
Run the development server:
npm run dev
-
Open "Live Server" in your vscode. You will be redirected to the project preview