PokeMMO Utilities is a tool to help you to maximize your farming or have fun. You can timestamp your gym runs or use the randomizer to generate a troll team.
- HTML
- CSS
- Tailwind CSS: For streamlined and responsive styling.
- TypeScript: For static typing and improved developer experience.
- Zustand: A state management library for React applications.
- React: A JavaScript library for building user interfaces.
- Next.js 13: A React framework for building server-side rendered applications.
- ShadcnUI
- React Device
- Axios: A promise-based HTTP client for making requests.
- PostGRESQL
To run this application, follow these steps:
- Install Dependencies: Run
npm iin your terminal to install all necessary dependencies. - Start Development Server: Execute
npm run devto start the development server.
- Install Prisma CLI: If you haven't already installed Prisma, you can do so by running
npm install prisma -D. - Generate Prisma Client: Run
npx prisma generateto generate the Prisma client based on your data models. - Push Prisma DB: Run
npx prisma db pushto push the prisma schema to your hosting database. - Run Migrations: If necessary, run
npx prisma migrateto apply any pending migrations to your database.
POSTGRES_URL=
POSTGRES_URL_NON_POOLING= (if needed)
POSTGRES_PRISMA_URL=
POSTGRES_USER=
POSTGRES_PASSWORD=
POSTGRES_HOST=
POSTGRES_DATABASE=
This project is maintained by LemonMantis. For any questions or inquiries, please reach out on Discord at "lemonmantis".



