Skip to content

taher-el-mehdi/bc-tables-hunter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BC Tables Hunter — Monorepo

This repository now contains two packages:

  • frontend — Phaser/Vite client
  • backend — Express + Socket.IO server

Quick Start

  • Install dependencies per workspace:
npm install -w frontend
npm install -w backend
  • Run dev servers (two terminals):
npm run dev -w backend
npm run dev -w frontend

Frontend

See frontend/README.md for game details.

Backend URLs can be set via Vite env:

Backend

See backend/README.md for API and sockets.

Environment:

Notes

  • CORS is enabled for the Vite dev origin.
  • Persistence is optional (MongoDB). Set PERSIST_ENABLED=true and MONGO_URL.

About

🎯 A fun game for AL developers for hunting tables to match IDs with corresponding names.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages