Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pin705/color-generate-ai

Generator palettes from text a prompt OpenAI power using Nuxt 3
https://github.com/pin705/color-generate-ai

chatgpt color generator nuxt nuxt3 openai

Last synced: 8 days ago
JSON representation

Generator palettes from text a prompt OpenAI power using Nuxt 3

Awesome Lists containing this project

README

        

# AI Colors

This project uses [Nuxt 3](https://v3.nuxtjs.org).

## Setup

Make sure to install the dependencies :

```sh
pnpm install
```

## Development

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

```sh
pnpm dev
```

## Production

Build the application for production :

```sh
pnpm build
```

## Deployment

Checkout the [deployment documentation](https://v3.nuxtjs.org/docs/deployment).