You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "This React application helps you fill out Yu-Gi-Oh! Konami registration forms using YDK files. Upload your YDK file, and the app will automatically populate the necessary fields in the registration form.This is a faster way to fill out these forms as card names can be quite long and are often mispelled.",
"main": "index.js",
"scripts": {
"start": "cd server && npm install && npm start",
"lint": "cd client && npm run lint --fix && cd ./server && npm run lint",
"test": "cd client && npm run test--fix && cd ./server && npm run test"