Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pin705/color-generate-ai
- Owner: pin705
- Created: 2023-04-27T01:38:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-04T01:15:43.000Z (over 1 year ago)
- Last Synced: 2024-07-16T07:38:59.876Z (4 months ago)
- Topics: chatgpt, color, generator, nuxt, nuxt3, openai
- Language: Vue
- Homepage: https://color-generate-ai.vercel.app/
- Size: 1.29 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).