GMMX is a modern Gym Management Platform designed to streamline the administration and operations of gyms and fitness centers. This repository contains the Next.js frontend application.
- Node.js (v18+)
- npm / yarn / pnpm
- Firebase Project configured
- Razorpay Account for payment integration
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.
Copy the provided .env.example file to .env and fill in your configuration:
cp .env.example .envPlease see CONTRIBUTING.md for details on how to contribute to the project.
This project is licensed under the MIT License - see the LICENSE file for details.