Bringing Old Photos Back to Life with AI. Free of charge!
Feel free to reach us on our social platforms! 😊
YouTube || Discord || Instagram || Twitter || TikTok || Blog || Facebook
🙏 Support
Please ⭐️ star this project and share it with others to show your support. Follow me ❤️ for updates on future projects and tutorials!
- Watch full tutorial on how I built this on my YouTube channel for free!
-
Fork the project: Click the "Fork" button at the top-right corner of the project's GitHub page to create a copy of the repository under your own GitHub account.
-
Clone the forked repository: Open your terminal and navigate to the desired directory. Use the following command to clone the repository to your local machine:
git clone https://github.com/yourGitHubUsername/restoreportraits.com
- Replace the yourGitHubUsername with your username
-
Install Dependencies:
npm install
-
Run the project:
npm run dev
- Check in the localhost if it's working
- Check in the localhost if it's working
-
Create a new branch using the command:
git branch newBanchName
- Try to use a specific name for example: issue36-button-color-change
- Try to use a specific name for example: issue36-button-color-change
-
Change to the new branch:
git checkout newBranchName
-
Make the modifications.
Make the code modifications and test it.
-
Make a commit
git add .
git commit -m "your comment"
- Please make a meaningful comment like: "I change the color of the button
submit"
git push origin newBranchName
- Please make a meaningful comment like: "I change the color of the button
submit"