/ponsor

getting sponsored made easy with widgets !

Primary LanguageTypeScriptMIT LicenseMIT

Ponsor

getting sponsored made easy through widgets

Tech Stack

A lot of different tech and soft wares were used to create Ponsor, here is a list of the tech I used -

Run Locally

  • Clone the repository
git clone https://github.com/asrvd/ponsor.git
  • Install dependencies
cd ponsor
pnpm i # or npm i
  • Create a .env file and put these env variables in it
DATABASE_URL=
GITHUB_CLIENT_ID=
GITHUB_CLIENT_SECRET=
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
NEXTAUTH_SECRET=
NEXT_PUBLIC_CLOUDINARY_PRESET=
NEXT_PUBLIC_CLOUDINARY_NAME=
NEXTAUTH_URL=
  • Fire up prisma
pnpm dlx prisma db push # or npx prisma db push
  • Run the app
pnpm run dev # or npm run dev

License

MIT License

Contributing

  • Fork the repository
  • Create a new branch
  • Make your changes
  • Commit your changes
  • Push your changes to the main branch
  • Open a pull request

Ending Note

  • This project was made for the hashnode x planetscale hackathon.
  • If you have any questions, suggestions or bug reports please open an issue.
  • Leave a star if you like the project.
  • If you like this project, please consider supporting me.