https://github.com/salmandotweb/iconovox
https://github.com/salmandotweb/iconovox
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/salmandotweb/iconovox
- Owner: salmandotweb
- License: mit
- Created: 2023-07-12T16:34:10.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-18T20:05:24.000Z (almost 3 years ago)
- Last Synced: 2024-04-18T10:11:44.802Z (about 2 years ago)
- Language: TypeScript
- Homepage: https://iconovox.vercel.app
- Size: 10.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# imagen
imagen is a SaaS project that allows users to create AI-generated images through OpenAI’s DALLE model.
This is a [T3 Stack](https://create.t3.gg/) project bootstrapped with `create-t3-app`.
# Want to run it yourself?
(assuming you have the env vars)
```
yarn
yarn run dev
yarn run stripe:listen
```