This is the source code for the Madden DB editor.
This project was made using Electron, Node.js, Vue, and other front end technologies. It is a re-make of the original Madden DB Editor created by Xanathol which can be found here: https://forums.operationsports.com/forums/madden-nfl-last-gen-rosters/579625-madden-roster-editor-v1.html. I am not Xan and haven't been in contact with him while making this. Without his open source editor, though, this wouldn't have been possible. Thank you!
# install dependencies
npm install
# serve with hot reload at localhost:9080
npm run dev
# build electron application for production
npm run build
# run unit & end-to-end tests
npm test
# lint all JS/Vue component files in `src/`
npm run lint
This project was generated with electron-vue@8fae476 using vue-cli. Documentation about the original structure can be found here.