.env-sample
to .env
and replace DISCORD_TOKEN
(ask @benheller)nvm install
<-- select node versionyarn install
<-- install depssudo service mongod start
if running mongo locallyyarn seed:db
<-- seed dbyarn debug
<-- run appyarn eslint .
prior to committing code and address all enumerated issues.!new
<-- starts new PGBG session!draw
<-- lists decks!draw {{deck}}
<-- draws a card in a decksudo service mongod start
The card data is is assets/decks
.
There is a .csv
file for each deck with all the card data with its spellings.
The directories contain the images of the cards. (Referenced by the decl .csv
files)