Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 2.03 KB

README.md

File metadata and controls

34 lines (23 loc) · 2.03 KB

What is Firestone?

Firestone is an app you run on Overwolf alongside Hearthstone (like HearthArena).

See the main imgur album And the screenshots for battlegrounds personal stats are

Contributing

  • first you need to install Firestone from the official Overwolf store (see https://www.firestoneapp.com for the download link)
  • the main folder is core, and everything happens there.
  • run npm install, then you manually have to go to node_modules and remove the .ts files from inside the angular2-indexeddb package. You only to do this the first time you run the install
  • build with npm run dev
  • then right click on the Overwolf icon in the system tray, then Settings, About, and Developer options. It will show the Overwolf's Package Manager from where you can load and refresh apps.
  • click on Load Unpacked extension, and point it to your core/dist folder

Other things to note:

Submitting PRs

  • Make sure you test all your changes locally first
  • If you're proposing UI changes, please post a screenshot of what the app looks like before the change, and after your change
  • Keep the PRs as small as possible. Following the previous rule, you should be able to take a single screenshot that showcases all the changes at once. If not possible, this probably means the PR should be split

Links