hp-redux
v0.1.1
Published
Hearthstone simulator
Downloads
4
Maintainers
Readme
hp-redux
hp-redux is a Hearthstone simulator.
Getting Started
If you are not familiar with Redux these are good resources:
- https://egghead.io/courses/getting-started-with-redux (first 16 videos)
- http://redux.js.org/
Read the wiki to understand the scope of the project.
Read CONTRIBUTING.md before submitting a pull request.
Prerequisites
Node.js, which can be installed here (get the current version)
Installing
Clone the repo.
git clone https://github.com/Bebersohl/hp-redux
Navigate to your repo.
cd hp-redux
Install the dependencies.
npm install
Now that the project is set up you can run index.js to test your code.
node src/index
Running the tests
npm test
And coding style tests
We are using eslint and Airbnb's style guide
npm run lint
Contributing
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
Authors
- Brandon Ebersohl - Initial work - bebersohl
See also the list of contributors who participated in this project.
License
This project is licensed under the MIT License - see the LICENSE.md file for details
Acknowledgments
Borrowed heavily from hearthbreaker