To install and run the project locally, follow these steps:
- Clone the repository:
git clone https://github.com/evanisrael/givenchy-landing - Navigate to the project directory:
cd givenchy-landing-page - Install the project dependencies:
npm install - Build the project:
npm run build - Open the index.html file in your preferred web browser.
Contributions are welcome! If you'd like to contribute to the project, please follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b my-feature-branch - Make your changes and commit them:
git commit -m 'Add some feature' - Push to the branch:
git push origin my-feature-branch - Open a pull request detailing your changes.