HearthPlays is a desktop app that allows you to watch replays of Hearthstone games.
/!\ Developement of this project has ceased, since https://hsreplay.net/ does exactly that.
- Install npm.
- In HearthPlays' directory, run
npm install
.
To build the app and tests, run npm run build
in the project's root directory.
After building the app, you can run the tests in two ways :
- Run the tests in your browser : Simply open the file
test/test.html
in your browser. - Run the tests in a command-line interface : Run
npm test
in the project's root directory.
Build the project, then run npm run start
.
See the Wiki.
HearthPlays is distributed under GNU Affero GPL License.