# Drafter # UI Install with `npm install`. Run with `npm run start`. Build with `npm run build`. ## Backend ## Adding a new set 0. Create a new folder in data/sets Named after the set code, e.g. `data/sets/eoe`. 1. Download card ratings Log in to 17lands, go to card data, select the set, premier draft format, and top users, then switch to table view. Click export and download the CSV file. Save to `data/sets//card-ratings-all.csv` 2. Download updated card data from Scryfall Go to https://scryfall.com/docs/api/bulk-data and download the Oracle Cards JSON file. Move it to `data/cards/oracle-cards.json`. 3. Generate the set data ```bash cd data python generate_card_ratings.py ```