Skip to content

combineads/share-it

 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 60.7%
  • CSS 38.7%
  • JavaScript 0.6%