Skip to content

Files

Latest commit

 

History

History
21 lines (13 loc) · 777 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 777 Bytes

remix-ai-image-generator

An AI image generator using Open AI Image Generation API with fullstack React framework Remix deployed on here.

Development

To run your Remix app locally, make sure your project's local dependencies are installed:

npm install

Get an API key generated from OpenAI API Platform using a registered account. And put the key to the .env file at the root level of the repository.

Afterwards, start the Remix development server like so:

npm run dev

Open up http://localhost:3000 and you should be ready to go!