Application d'accompagnement allant avec le jeu de plateau Negopoly.
  • TypeScript 91.3%
  • CSS 2.5%
  • Swift 1.6%
  • JavaScript 1.4%
  • Kotlin 1.3%
  • Other 1.8%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Feror 7ca27894ab
Some checks failed
Regression tests / regression (push) Failing after 10m57s
Refine print kit download component
2026-07-30 15:54:54 +02:00
.github/workflows Added auto-build Workflow, disabled until sufficient space is available on the runner 2026-07-28 15:41:42 +02:00
.well-known Initial commit 2026-02-03 13:48:56 +01:00
front Refine print kit download component 2026-07-30 15:54:54 +02:00
game-assets Add reproducible print-and-play kit 2026-07-29 16:21:53 +02:00
LICENSES Add reproducible print-and-play kit 2026-07-29 16:21:53 +02:00
mobile Show banker property prompt status 2026-07-28 16:06:36 +02:00
other Ajout d'une page de règles du jeu 2026-02-04 16:28:16 +01:00
output/pdf Add reproducible print-and-play kit 2026-07-29 16:21:53 +02:00
ScreenShots Automatisation des screenshots 2026-03-30 11:15:50 +02:00
scripts Fix workflow 2026-07-28 15:13:10 +02:00
server Show banker property prompt status 2026-07-28 16:06:36 +02:00
shared Remove retired Mercenaries Bar services 2026-07-28 14:56:57 +02:00
tests Add reproducible print-and-play kit 2026-07-29 16:21:53 +02:00
.gitattributes Add reproducible print-and-play kit 2026-07-29 16:21:53 +02:00
.gitignore Add reproducible print-and-play kit 2026-07-29 16:21:53 +02:00
AGENTS.md Enhance chat conversations and group management 2026-07-28 12:26:20 +02:00
bun.lock Add reproducible print-and-play kit 2026-07-29 16:21:53 +02:00
bunfig.toml Tests upgraded 2026-07-19 15:03:09 +02:00
CLAUDE.md Initial commit 2026-02-03 13:48:56 +01:00
docker-compose.yml Fix du docker-compose 2026-02-03 16:39:32 +01:00
index.ts Add reproducible print-and-play kit 2026-07-29 16:21:53 +02:00
LICENSE.md Add reproducible print-and-play kit 2026-07-29 16:21:53 +02:00
package.json Add reproducible print-and-play kit 2026-07-29 16:21:53 +02:00
playwright.config.ts Performance enhancements 2026-07-20 11:19:34 +02:00
react-native-plan.md Initial commit 2026-02-03 13:48:56 +01:00
README.md Add reproducible print-and-play kit 2026-07-29 16:21:53 +02:00
tsconfig.json Ajout de la privacy policy (obligatoire pour App Store) et ajout de screenshots pour l'App Store 2026-02-03 20:53:01 +01:00

créditmabligopapp

To install dependencies:

bun install

To run:

bun run index.ts

Hot reload during development:

bun --hot ./index.ts

Generate and validate the French print-and-play board and cards:

bun run assets:generate
bun run assets:verify

The committed PDF is written to output/pdf/negopoly-print-and-play-fr.pdf and served by the app at /downloads/negopoly-print-and-play-fr.pdf.

Run the complete regression suite:

bun run test

This strict command runs Bun unit/integration tests, Web and React Native component tests, Playwright and Maestro E2E flows, Android Robolectric/JaCoCo tests, and iOS/watchOS XCTest packages. It requires Playwright browsers, Maestro, Java, the Android SDK with a running emulator, Xcode, and installed iOS/watchOS simulators. Use bun run test:preflight to audit the machine first. Focused debugging commands are test:unit, test:web, test:mobile, and test:native; the root command is the canonical CI check. Results are written under output/test-results.

This project was created using bun init in bun v1.3.8. Bun is a fast all-in-one JavaScript runtime.

Software is licensed under AGPL-3.0-or-later. Game content and creative assets are licensed under CC BY-SA 4.0; see LICENSE.md.