Files
2026-05-15 15:47:30 +00:00

458 B

FSYS MFL CCG Gameplay Digital

"Coopetitive" Match Gamemode from our DIY Print Edition of our Collectible Card Game for playing in a browser. https://www.fsysgame.org/fsys-ccg-diy-kit/

Development

npm install
npm run dev

Production Build

npm run build

The static output is in dist/ — serve with any web server.

Docker

docker build -t fsys-mfl-ccg:latest .
docker run -d -p 80:80 fsys-mfl-ccg:latest