/clean-bg

Say goodbye to distracting backgrounds with our free and easy-to-use background remover app. Perfect for product photos and portraits.

Primary LanguageSvelte

Cleanbg principal page

Say goodbye to distracting backgrounds with our free and easy-to-use background remover app. Perfect for product photos and portraits.

Svelte Badge GitHub stars GitHub forks GitHub PRs GitHub issues

🛠️ Stack

  • Svelte
  • Cloudinary
  • Tailwind
  • Dropzone
  • Two-up-element

🚀 Getting Started

Note

This app have a daily limit usage.

To install and run the application locally, follow these steps:

  1. Clone the repository
  2. Install dependencies: npm install
  3. Set enviroment variables
  4. Start the development server: npm run dev
  5. Open your browser and navigate to http://localhost:3000

Commands

Command Action
npm install Installs dependencies
npm run dev Starts local dev server at localhost:3000
npm run build Build your production site
npm run preview Preview your build locally, before deploying

Contributing

If you would like to contribute to this project, please follow these steps:

  1. Fork the repository
  2. Create a new branch: git checkout -b new-feature
  3. Make your changes and commit them: git commit -m "Add new feature"
  4. Push to the branch: git push origin new-feature
  5. Submit a pull request