Skip to content

Redesign your house interior and exterior with AI for free!

License

Notifications You must be signed in to change notification settings

bgwebagency/redesigner.io

Repository files navigation

Redesign your house interior and exterior 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!


Tutorial

Demo

Getting Started

  1. 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.

  2. 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/redesigner.io
    • Replace the yourGitHubUsername with your username
  3. Install Dependencies:

    npm install
  4. Run the project:

    npm run dev
    • Check in the localhost if it's working

  5. Create a new branch using the command:

    git branch newBanchName
    • Try to use a specific name for example: issue36-button-color-change

  6. Change to the new branch:

    git checkout newBranchName
  7. Make the modifications.

    Make the code modifications and test it.

  8. 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

How to create a .env file.

  1. Navigate to the root of your project

    this is the files system of the project



  2. Cick on new file

    this is the files system of the project

  3. Name the new file .env

    this is the files system of the project

  4. Now go to the file .gitignore

    this is the files system of the project



  5. Check the .env file it's listed in the file

    this is the files system of the project



  6. Go to the file .example.env



    this is the files system of the project



  7. Copy the data inside the file

    this is the files system of the project

  8. Paste it in your .Env



    this is the files system of the project