JiaLe0709 / Gallery

Home Page:https://gallery-jiale0709.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Art Gallery / Gallery app

This an image gallery / art gallery site using Next.js, Cloudinary, Next-UI, Tailwind and more.

Deploy

Deploy the app using Vercel or view the demo here.

Deploy with Vercel

Before deploying the app, you have to add some environment variables.

Env Type Required ?
NEXT_PUBLIC_CLOUDINARY_CLOUD_NAME String True
CLOUDINARY_API_KEY Int True
CLOUDINARY_API_SECRET String True
CLOUDINARY_FOLDER String True
SECRET String True

Or Create a .env file.

NEXT_PUBLIC_CLOUDINARY_CLOUD_NAME=
CLOUDINARY_API_KEY=
CLOUDINARY_API_SECRET=
CLOUDINARY_FOLDER=
SECRET=

Note

  • SECRET can be random string. Ex: "ilove2eatbanana"

Dev

Using Yarn:

yarn install

If you don't have Yarn click here to Install Yarn.

yarn dev

References

About

https://gallery-jiale0709.vercel.app

License:MIT License


Languages

Language:TypeScript 79.9%Language:JavaScript 16.0%Language:CSS 3.6%Language:MDX 0.5%