Skip to content

nathanwkwong/remix-ai-image-generator

Repository files navigation

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!