Getting Started
-
Node.js (Latest LTS recommended)
-
npm
-
Clone the repository: git clone https://github.com/mixmatch/mixmatch.git
-
cd mixmatch
-
Install dependencies:
npm install
Create a .env.local file in the root directory and add the following:
NEXTAUTH_SECRET=ahdkjkasdljasndmasdsajdasdljkdsadaslk NEXTAUTH_URL=http://localhost:3000
To start the development server, run:
- npm run dev
The app will be available at http://localhost:3000.
- Login with one of the following credentials:
User: [email protected] (Free subscription plan)
Pro User: [email protected] (Pro subscription plan)
Master User: [email protected] (Master subscription plan)
Admin: [email protected]
You can see the details in the auth.config.ts file password: password
Once logged in, navigate to the desired page.