Skip to content

Latest commit

 

History

History
55 lines (38 loc) · 1.64 KB

README.md

File metadata and controls

55 lines (38 loc) · 1.64 KB

Pixel Wise

Welcome to Pixel Wise, where every photo tells a never-ending story.

6fa242b7-2614-4183-be2a-b40785576bbc.mp4

Visit our website at PixelWise

About Pixel Wise

Pixel Wise is your gateway to an artful and effortless photo editing experience. Our cutting-edge AI-powered platform combines innovation with simplicity to bring your images to life like never before.

Technologies Used

Pixel Wise is built using the following technologies:

Installation Instructions

To run Pixel Wise on your local machine, follow these installation instructions:

  1. Clone the repository:

    git clone <repository_url>
    cd pixel-wise
  2. Install the dependencies:

    npm install
  3. Create an .env file in the root directory of the project and add the following environment variables. Replace the values with your own credentials:

    CLOUDINARY_CLOUD_NAME=your_cloud_name
    CLOUDINARY_API_KEY=your_api_key
    CLOUDINARY_API_SECRET=your_api_secret
  4. Start the development server:

    npm run dev
  5. Open your web browser and go to http://localhost:3000 to access Pixel Wise.

That's it! You're now ready to use Pixel Wise for your photo editing needs.

Please make sure to replace the example .env content with your actual Cloudinary credentials.