Skip to content

rnldsalili/karaokems

Repository files navigation

KaraOkems

KaraOkems is a monorepo project for managing and running karaoke-related applications and services. This repository contains both the backend API and the frontend app, along with shared packages and utilities.

Monorepo Structure

  • apps/ - Main applications
    • api/ - Backend API (TypeScript, Cloudflare Workers)
    • app/ - Frontend application (React, Vite)
  • packages/ - Shared packages and libraries
    • api-client/ - API client utilities
    • constants/ - Shared constants
    • enums/ - Shared enums
    • eslint-config/ - Shared ESLint configuration
    • typescript-config/ - Shared TypeScript configuration
    • ui/ - Shared UI components
    • validators/ - Shared validation logic

Getting Started

  1. Install dependencies:
    pnpm install
  2. Run the backend API:
    cd apps/api
    pnpm dev
  3. Run the frontend app:
    cd apps/app
    pnpm dev

Requirements

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published