The Commander Spellbook project is a search engine for Commander/EDH combos and to make them easily available across all modern digital platforms. This community driven project is used to power EDHREC's Combo Feature
The database and the source code for the website are completely free and open source under the MIT license. We encourage you to copy this data so it lives on!
Combo Database Backend on Google Sheets
Sincerely, the Community Admins:
Install Node v14. This will also install the npm
command line tool.
If you are already using the Node Version Manager (nvm) tool, you can run nvm install
in the directory to get the correct version of node.
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm run start
# generate static project
$ npm run generate
For detailed explanation on how things work, check out Nuxt.js docs.
To update what combos are designated as featured, update the script at ./scripts/download-data/is-featured.ts. This will typically be the set codes for whatever the most recent sets are.
In addition, go to the Home page component and update the button text to be relevant for whatever combos are being featured.