mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-03 12:40:00 +00:00
|
|
||
|---|---|---|
| .. | ||
| app | ||
| test | ||
| .afignore | ||
| .bowerrc | ||
| .gitignore | ||
| bower.json | ||
| package.json | ||
| README.md | ||
| server.js | ||
HabitRPG Rewrite
HabitRPG Rewrite under development. Built using Angular.
Note: This branch is under development, and these instructions may fall out of date. They were accurate as of August 5, 2013. Should you encounter this, join #habitrpg on IRC (Freenode) and talk to litenull.
The general steps are:
- Set up and run the server
- Clone the repo
- Install all dependencies
- Run the client
Or, expressed in commands on the command line:
git clone --branch angular_rewrite git://github.com/lefnire/habitrpg habitrpg-angularnpm installbower install(if you don't havebower, donpm install -g bower— might needsudo)node server.js
To access the site, open http://localhost:3003 in your browser.