A responsive and cleanly designed clone of the fly.io website, built to showcase modern web design techniques and practices.
A sleek and professional clone of fly.io's landing page.
Check out the live demo here.
git clone https://github.com/heynzar/fly-io-clone.git
cd fly-io-clone
npm install
npm run dev
This project is a clone of the fly.io landing page and was created for educational and practice purposes. All rights to the original design belong to fly.io.
This project is licensed under the MIT License. Feel free to use and modify it for your own projects.
For any questions or feedback, feel free to reach out:
Contributions are welcome! If you’d like to help improve this project, please follow these steps:
Fork the Repository : Click on the "Fork" button at the top of this repository page.
Clone Your Forked Repository :
git clone https://github.com/heynzar/fly-io-clone.git
cd fly-io-clone
git checkout -b feature-name
Make Your Changes : Make your changes or add new features.
Commit Your Changes
git add .
git commit -m "Add description of changes"
git push origin feature-name