Skip to content

LemonMantis5571/PokeMMO-Utilities

Repository files navigation

PokeMMO Utilities

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.

Technologies Used

  • 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

Usage

To run this application, follow these steps:

  1. Install Dependencies: Run npm i in your terminal to install all necessary dependencies.
  2. Start Development Server: Execute npm run dev to start the development server.

Database Setup (Using Prisma)

  1. Install Prisma CLI: If you haven't already installed Prisma, you can do so by running npm install prisma -D.
  2. Generate Prisma Client: Run npx prisma generate to generate the Prisma client based on your data models.
  3. Push Prisma DB: Run npx prisma db push to push the prisma schema to your hosting database.
  4. Run Migrations: If necessary, run npx prisma migrate to apply any pending migrations to your database.

.env file

POSTGRES_URL=
POSTGRES_URL_NON_POOLING= (if needed)
POSTGRES_PRISMA_URL=
POSTGRES_USER=
POSTGRES_PASSWORD=
POSTGRES_HOST=
POSTGRES_DATABASE=

Maintainers

This project is maintained by LemonMantis. For any questions or inquiries, please reach out on Discord at "lemonmantis".

Preview

Preview Image 1

Preview Image 2

Preview Image 3

Preview Image 4

APP Link

About

Utilities for Pokemmo, for players by players

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors