The Architect Website is a personal portfolio and professional about page designed as a gift for your brother, Davide. This project showcases a modern, responsive design built with Next.js and Tailwind CSS, providing an elegant platform to display architectural projects and relevant professional information.
- Responsive Design: Ensures optimal viewing experience across devices of all sizes.
- Portfolio Showcase: Displays architectural projects with high-quality images and detailed descriptions.
- About Section: Highlights Davide’s professional background and expertise.
- Contact Information: Includes a contact section for potential clients or collaborators.
Visit the live website at: davide-mele-studio-tecnico.vercel.app
- Node.js 14.0 or higher
- npm or yarn package manager
-
Clone the Repository:
bash git clone https://github.com/SimonePere/architect-website.git
-
Navigate to the Project Directory:
bash cd architect-website
-
Install Dependencies:
Using npm:
bash npm install
Or using yarn:
bash yarn install
-
Run the Development Server:
Using npm:
bash npm run dev
Or using yarn:
bash yarn dev
-
Access the Website:
Open your browser and navigate to http://localhost:3000 to view the website.
-
Build for Production:
To create an optimized production build:
Using npm:
bash npm run build
Or using yarn:
bash yarn build
-
Start the Production Server:
After building the project:
Using npm:
bash npm run start
Or using yarn:
bash yarn start
This project is configured for deployment on Vercel. For detailed instructions on deploying Next.js applications, refer to the Next.js Deployment Documentation.
Contributions are welcome! Follow these steps to contribute:
-
Fork the Repository.
-
Create a New Branch:
bash git checkout -b feature/YourFeatureName
-
Make Your Changes.
-
Commit Your Changes:
bash git commit -m 'Add feature: YourFeatureName'
-
Push to the Branch:
bash git push origin feature/YourFeatureName
-
Open a Pull Request.
This project is licensed under the MIT License. See the LICENSE file for details.
For questions or suggestions, please contact Simone Mele Web Design.