/website-v2

The future and modernized version of the Commander Spellbook website

Primary LanguageTypeScriptMIT LicenseMIT

Commander Spellbook Website

About Commander's Spellbook

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:

Installation Requirements

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.

Build Setup

# 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.