Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/emrocode/piks

🎃 Piks uses Cloudinary's AI image generation to create spooky and atmospheric backgrounds
https://github.com/emrocode/piks

cloudinary-ai halloween

Last synced: 4 days ago
JSON representation

🎃 Piks uses Cloudinary's AI image generation to create spooky and atmospheric backgrounds

Awesome Lists containing this project

README

        

![Preview]

## Piks

🎃 Piks uses Cloudinary's AI image generation to create spooky and atmospheric backgrounds

### Built with:

- [Nextjs]
- [Tailwindcss]

### Installation and setup

1. Clone this repo

```bash
gh repo clone emrocode/piks
```

2. Go to folder and install dependencies

```bash
npm install
```

3. Add .env file

```env
# All enviroment variables you need
# Obtain from https://cloudinary.com
NEXT_PUBLIC_CLOUDINARY_CLOUD_NAME="YOUR_CLOUD_NAME_HERE"
NEXT_PUBLIC_CLOUDINARY_UPLOAD_PRESET="YOUR_UPLOAD_PRESET_HERE"
NEXT_PUBLIC_CLOUDINARY_API_KEY="YOUR_API_KEY_HERE"
CLOUDINARY_API_SECRET="YOUR_API_SECRET_HERE"
CLOUDINARY_IMAGES_DIRECTORY="DIRECTORY_OR_FOLDER"
```

4. Run

```bash
npm run dev
```

[Preview]: https://github.com/user-attachments/assets/195ee7c6-09ec-4b5c-964f-62a5947ec377
[Nextjs]: https://nextjs.org
[Tailwindcss]: https://tailwindcss.com/