Skip to content

RinKhimera/onlyscam

Repository files navigation

onlyscam

The name says everything..

Prerequisites

Make sure you have the following installed on your machine:

Installation

Cloning the Repository

Open your terminal or command prompt, clone the repository, and navigate to the directory:

git clone https://github.com/RinKhimera/onlyscam.git
cd onlyscam

Install the dependencies

Install the project dependencies using npm or bun:

npm install
# or
bun install

Set Up Environment Variables

Create a new file named .env.local in the root of your project and add the following content:

#Backend
CONVEX_DEPLOYMENT=
NEXT_PUBLIC_CONVEX_URL=

#Authentification with Clerk
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=
CLERK_SECRET_KEY=
NEXT_PUBLIC_CLERK_SIGN_IN_URL=
NEXT_PUBLIC_CLERK_SIGN_UP_URL=

#Cloudinary
NEXT_PUBLIC_CLOUDINARY_CLOUD_NAME=
NEXT_PUBLIC_CLOUDINARY_API_KEY=
CLOUDINARY_API_SECRET=
CLOUDINARY_URL=

#Pawapay
NEXT_PUBLIC_PAWAPAY_SANDBOX_API_TOKEN=

Getting Started

Run the development server:

npm run dev
# or
bun run dev
# or
pnpm dev

Open http://localhost:3000 in your browser to view the project. You're done!

Tech Stack

  • Next.js
  • Convex
  • TailwindCSS
  • Shadcn UI
  • TypeScript

Deployment

This app is deployed on Vercel Platform. It is the easiest way to deploy your Next.js app and it's from the creators of Next.js.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Author

Samuel Pokam

License

This project is licensed under the MIT License - see the LICENSE file for details.

⭐ Like what I'm doing? Give it a star

About

The name says everything..

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published