No description
Find a file
Kalista Payne f6466b161b Squashed commit of the following:
commit ea8512bc2eeda30c4d983fb43bfcb33ea39093e9
Merge: 2bb7683cfd a36114e904
Author: Kalista Payne <sabrecat@gmail.com>
Date:   Thu Nov 21 12:47:11 2024 -0600

    Merge branch 'develop' into ui-drawer-fix

commit 2bb7683cfda99ad4caf0971291a7f963b4cda942
Author: CuriousMagpie <eilatan@gmail.com>
Date:   Tue Nov 12 15:46:55 2024 -0500

    fix food centering and error centering at very small widths

commit fcabf03978b4c55c40f2c60fb1249e3ef799f02d
Author: CuriousMagpie <eilatan@gmail.com>
Date:   Fri Nov 1 14:44:16 2024 -0400

    grid size update

commit 47a531c1aa44cd1eeeabd1073ac9d7a5ac0880f7
Author: CuriousMagpie <eilatan@gmail.com>
Date:   Thu Oct 31 16:17:22 2024 -0400

    centered error messages on pet drawer

commit 14d2872392518fdd5b2577be4b0f2d8c6f2cf53d
Author: CuriousMagpie <eilatan@gmail.com>
Date:   Thu Oct 24 15:47:46 2024 -0400

    center no food/no saddle messages in drawer

commit 49d1d10a4f72c33c3847ce9e98dc5b7dffc46822
Merge: 6a805bdc45 f1993db0fa
Author: CuriousMagpie <eilatan@gmail.com>
Date:   Thu Oct 24 14:04:16 2024 -0400

    Merge branch 'develop' into ui-drawer-fix

commit 6a805bdc4561b842e0f879085d25c496e621fd84
Author: Alex <alex.kliger@gmail.com>
Date:   Sat Nov 19 09:41:21 2022 -0500

    fix(ui): correct crowding in title of drawer component that causes drawer toggle icon to become obstructed
2024-11-21 12:55:00 -06:00
.ebextensions Old Client Cleanup (#9141) 2017-10-12 16:44:28 +02:00
.github fix(CI): force apt update before fetching libkrb5-dev 2024-08-12 17:36:01 -05:00
.heroku Add script to notify on heroku deploys (#15286) 2024-09-03 18:14:22 -05:00
apidoc fix(api): add API version (#14177) 2022-08-26 15:46:43 -05:00
database_reports Further transition from HTTP to HTTPS (#14039) 2022-06-10 14:02:58 -05:00
gulp Squashed commit of the following: 2024-07-29 14:10:27 -05:00
habitica-images@d2919bc15f fix(event): turkey migration update 2024-11-21 11:52:11 -06:00
keys/google change Google iap-live for Android mobile app gem purchases, at negue's request 2015-12-03 06:22:59 +10:00
kubernetes Kubernetes support for dev environments (#8753) 2017-07-01 09:30:08 -07:00
migrations fix(migrations): correct linting errors 2024-11-21 12:07:51 -06:00
scripts Upgrade to mongoose 7 (#14971) 2024-01-16 15:18:47 -06:00
test December 2024 and Winter Wonderland 2025 build (#15358) 2024-11-19 11:44:22 -06:00
website Squashed commit of the following: 2024-11-21 12:55:00 -06:00
.babelrc fix babel and remove unused deps 2019-10-02 20:09:26 +02:00
.buildpacks Node 14 (#12715) 2020-11-30 20:02:06 +01:00
.codeclimate.yml Only list javascript in .codeclimate.yml 2015-08-02 17:54:05 +02:00
.dockerignore 11498: fixed issues with Dockerfile-Dev (#11518) 2019-11-27 14:01:13 -06:00
.editorconfig Create .editorconfig 2016-09-07 08:44:57 -05:00
.eslintignore fix(apidoc): change path in middleware and lintignore 2021-09-24 11:18:06 -05:00
.eslintrc.js chore(node): upgrade to Node 20 2024-03-11 09:59:57 -05:00
.gitignore fix(admin): let panel break item 2024-05-17 14:13:48 -05:00
.gitmodules fix(sprites): add habitica-images as submodule 2021-12-31 13:03:02 -06:00
.nodemonignore Sign in with Apple (#11793) 2020-04-08 18:44:30 +02:00
.nvmrc chore(node): upgrade to Node 20 2024-03-11 09:59:57 -05:00
.slugignore chore(build): ignore non-deployable folders 2022-04-14 13:35:30 -05:00
config.json.example Add a timeout to mongoldb connections (#15258) 2024-08-01 10:28:54 -05:00
docker-compose.dev.yml Enable Docker Replication Sets (#15298) 2024-09-24 11:22:22 -05:00
docker-compose.yml docker: mongodb3.6 2019-10-18 16:52:21 +02:00
Dockerfile-Dev Squashed commit of the following: 2024-06-28 09:49:08 -05:00
gulpfile.js Improve i18n caching (#12030) 2020-05-05 20:31:33 +02:00
LICENSE Update LICENSE 2020-04-28 09:17:46 +05:30
package-lock.json Bump cross-spawn from 7.0.3 to 7.0.5 (#15365) 2024-11-21 13:31:49 -05:00
package.json Bump cross-spawn from 7.0.3 to 7.0.5 (#15365) 2024-11-21 13:31:49 -05:00
Procfile API v3 [WIP] (#6144) 2016-05-23 13:58:31 +02:00
README.md Update README.md 2024-07-19 17:37:31 -05:00

Habitica Build Status

Habitica is an open-source habit-building program that treats your life like a role-playing game. Level up as you succeed, lose HP as you fail, and earn Gold to buy weapons and armor!

Want to contribute code to Habitica? We're always looking for assistance on any issues in our repo with the "Help Wanted" label. The wiki pages below and the additional linked pages will tell you how to start contributing code and where you can seek further help or ask questions:

Interested in contributing to Habiticas mobile apps? Visit the links below for our mobile repositories.

Habitica's code is licensed as described at https://github.com/HabitRPG/habitica/blob/develop/LICENSE

Found a bug? Please report it to admin email rather than create an issue (an admin will advise you if a new issue is necessary; usually it is not).

Creating a third-party tool? Please review our API Usage Guidelines to ensure that your tool is compliant and maintains the best experience for Habitica players.

Have any questions about Habitica or contributing? See the links in the Habitica website's Help menu. Theres FAQs, guides, and the option to reach out to us with any further questions!