Skip to content

Latest commit

 

History

History
66 lines (41 loc) · 1.19 KB

README.md

File metadata and controls

66 lines (41 loc) · 1.19 KB

AImage

A web interface powered by Replicate to generate and edit images using AI.

Screenshot

Screenshot 2024-09-19 at 10-35-13 AImage

Features

  • Generate Image using AI prompt

Tech Stack

Getting Started

Make sure to install the dependencies with pnpm

1. Clone the Repo

Start by cloning this repo to your local machine and navigating into the directory.

git clone https://github.com/roiLeo/AImage
cd AImage

2. Install Dependencies

Then, install the project dependencies:

pnpm install

3. Set Environment Variables

Copy the .env.example file to .env:

cp .env.example .env

Development Server

Start the development server on http://localhost:3000:

pnpm dev

Production

Build the application for production:

pnpm build