Welcome to FUT Boost! An open-source web extension for the Fifa Ultimate Team Web App.
Currently the extension is in beta and we are looking for feedback and feature requests.
These instructions will get you a copy of the project up and running on your local machine for development. See deployment for notes on how to deploy the project on a live system.
Mostly only NPM is required to build the project. Follow these steps to have a copy on your local machine.
git clone https://github.com/GregoryWullimann/FUTBoost.git
cd FUTBoost
npm install
Build development
npm build:dev
// or
npm watch:dev
Build production
npm build
// or
npm watch
Build zip
npm build-zip
- Gregory Wullimann - Initial work - GregoryWullimann
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE file for details