Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 589 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 589 Bytes

Getting Started

To run this application locally, create an env with the following variables:

DATABASE_URL=POSTGRES_URL
GOOGLE_CLIENT_ID=A_CLIENT_ID
GOOGLE_CLIENT_SECRET=A_GOOGLE_CLIENT_SECRET
AUTH_SECRET=somesecret
NEXT_PUBLIC_CLOUDINARY_CLOUDNAME=a_cloudinary_cloud_name
NEXT_PUBLIC_CLOUDINARY_UPLOAD_PRESET=a_preset

Install dependencies and start with:

npm run dev
# or
yarn dev
# or
pnpm dev

You can find further documentation here.