Skip to content
This repository was archived by the owner on Nov 13, 2024. It is now read-only.

Latest commit

 

History

History
46 lines (32 loc) · 878 Bytes

File metadata and controls

46 lines (32 loc) · 878 Bytes

Preview

Piks

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

Built with:

Installation and setup

  1. Clone this repo
gh repo clone emrocode/piks
  1. Go to folder and install dependencies
npm install
  1. Add .env file
# 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"
  1. Run
npm run dev