Skip to content

ByteKnight28/Huntestellar

Repository files navigation

Treasure_Hunt_2025

A web application for a treasure hunt game, built as a monorepo.

Tech Stack

Project Structure

  • apps/: Contains backend services.
    • api-getGameData: Service to retrieve game data.
    • api-updateLeaderboard: Service to update the leaderboard.
    • api-updateProgress: Service to track player progress.
  • frontend/: The main React application for the treasure hunt interface.

Getting Started

Prerequisites

  • Node.js (Latest LTS recommended)
  • PNPM (npm install -g pnpm)

Installation

Install dependencies for all workspaces:

pnpm install

Development

Run the development server for all apps (frontend and backend functions):

pnpm dev

Build

Build all applications:

pnpm build

Linting

Run linting across the monorepo:

pnpm lint

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •