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.
Visit the live website at: davide-mele-studio-tecnico.vercel.app
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.