kesugano / eafc-virtual-pro-studio

EAFC VirtualPro Studio: Customize and optimize your Virtual Pro in EA SPORTS FC. Explore different builds, adjust skills with our interactive skill tree, and craft your perfect football player persona!
https://eafc-virtualprostudio.netlify.app
GNU General Public License v3.0
0 stars 0 forks source link

EAFC VirtualPro Studio

Netlify Status

Welcome to VirtualPro Studio, the ultimate customization tool for your Virtual Pro in EA SPORTS FC. This web service allows you to meticulously craft your player's attributes, explore various skill trees, and save your ideal football player builds.

Features

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

Development

Install Dependencies

First of all we need to install dependencies, run in terminal

pnpm install

PNPM Scripts

Vite

There is a Vite bundler setup. It compiles and bundles all "front-end" resources. You should work only with files located in /src folder. Vite config located in vite.config.js.

PWA

This is a PWA. Don't forget to check what is inside of your service-worker.js. It is also recommended that you disable service worker (or enable "Update on reload") in browser dev tools during development.

Assets

Assets (icons, splash screens) source images located in assets-src folder. To generate your own icons and splash screen images, you will need to replace all assets in this directory with your own images (pay attention to image size and format), and run the following command in the project directory:

framework7 assets

Or launch UI where you will be able to change icons and splash screens:

framework7 assets --ui

Documentation & Resources

License

Distributed under the GPL License. See LICENSE for more information.

Contact

Your Name - @yourtwitter - email@example.com Project Link: https://github.com/yourusername/virtualpro-studio

This README provides a basic blueprint for setting up, using, and contributing to VirtualPro Studio. Adjust the sections as necessary to fit the specifics of your project and team policies.