Skip to content

chemicalcommando/mixmatch

 
 

Repository files navigation

MixMatch Monorepo

This is the foundational monorepo for the MixMatch project, containing the backend and mobile applications.

Prerequisites

  • Node.js (v14 or higher)
  • npm

Setup

  1. Install dependencies:

    npm install
  2. Run the Backend:

    Navigate to the backend directory and run the dev server.

    cd backend
    npm run dev
  3. Run the Mobile App:

    Navigate to the mobile directory and start the Expo dev server.

    cd mobile
    npm start

Code Quality

  • Linting: Run npm run lint from the root to check for code style issues.
  • Type Checking: Run npx tsc --noEmit from the root to check for TypeScript errors across all projects.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 75.0%
  • JavaScript 25.0%