mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-05 12:02:13 +00:00
No description
Health, XP, and Mana bars were broken in IE, due to the use of {{ }} within
style attributes. Using Angular's string interpolation within style attributes
doesn't work in IE, as IE will actually strip the property immediately upon DOM
render. Using ng-style allows properties to be preserved, and renders
cross-browser correctly.
|
||
|---|---|---|
| archive | ||
| common | ||
| database_reports | ||
| keys/google | ||
| migrations | ||
| test | ||
| website | ||
| .bowerrc | ||
| .buildpacks | ||
| .gitignore | ||
| .jshintrc | ||
| .nodemonignore | ||
| .travis.yml | ||
| bower.json | ||
| CHANGELOG.md | ||
| config.json.example | ||
| CONTRIBUTING.md | ||
| Dockerfile | ||
| DOCS-README.md | ||
| EXTENDEDCHANGELOG.md | ||
| Gruntfile.js | ||
| karma.conf.js | ||
| LICENSE | ||
| newrelic.js | ||
| package.json | ||
| Procfile | ||
| protractor.conf.js | ||
| README.md | ||
| register-handlers.js | ||
| VAGRANT.md | ||
| vagrant.sh | ||
| Vagrantfile | ||
| validate-commit-msg.js | ||
| validate-commit-msg.spec.js | ||
HabitRPG

HabitRPG is an open source habit building program which treats your life like a Role Playing Game. Level up as you succeed, lose HP as you fail, earn money to buy weapons and armor.
We need more programmers! Your assistance will be greatly appreciated.
For an introduction to the technologies used and how the software is organised, refer to Contributing to HabitRPG - "Coders (Web & Mobile)" section.
To set up a local install of HabitRPG for development and testing, see Setting up HabitRPG locally, which contains instructions for Windows, *nix / Mac OS, and Vagrant.
Then read Guidance for Blacksmiths for additional instructions and useful tips.