/cogwork-librarian

local-capable mtg brainstorming tool that extends scryfall syntax

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

prereqs

  • node. i manage my node installations with asdf

local dev setup

git clone git+https://github.com/dsoskey/cogwork-librarian.git
cd cogwork-librarian
npm install
npm run start-dev

tests to run

npm run test