Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 340 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 340 Bytes

Colorless Mana - Magic The Gathering Collection Database

Requirements

  • PHP 8.1
  • pnpm
  • Redis (prod)
  • MySQL/MariaDB

Installation

git clone git@github.com:ThauEx/colorless-mana.git
composer install
bin/console doctrine:migrations:migrate
pnpm install

Building assets

pnpm run build
pnpm run buildw