Welcome to PicklePals, a community-driven app designed to connect pickleball players with local courts and events.
Our mission is to make it easy for players of all skill levels to discover nearby courts, join games, and grow our local pickleball community.
Make sure you have the following installed:
npm install-
Create the following files in the root directory:
.env.local -
If you’re a contributor, paste in the environment keys provided to you.
✅ Tip: Check if a
.env.exampleis available for reference.
- Make sure you are added as a member of the MongoDB Atlas project.
- Go to the PicklePals MongoDB cluster.
- Add your IP address to the Network Access List via the Atlas dashboard.
Run the following command to generate the Prisma client:
npx prisma generatenpm run dev