habitica-self-host/archive/litenull_rewrite
Tyler Renelle 20ea60cc33 rewrite2 add litenull's branch in so i an remove things as they're
merged. move derby stuff to archive/. update readme
2013-08-26 19:09:03 -04:00
..
app rewrite2 add litenull's branch in so i an remove things as they're 2013-08-26 19:09:03 -04:00
test rewrite2 add litenull's branch in so i an remove things as they're 2013-08-26 19:09:03 -04:00
.afignore rewrite2 add litenull's branch in so i an remove things as they're 2013-08-26 19:09:03 -04:00
.bowerrc rewrite2 add litenull's branch in so i an remove things as they're 2013-08-26 19:09:03 -04:00
.gitignore rewrite2 add litenull's branch in so i an remove things as they're 2013-08-26 19:09:03 -04:00
bower.json rewrite2 add litenull's branch in so i an remove things as they're 2013-08-26 19:09:03 -04:00
package.json rewrite2 add litenull's branch in so i an remove things as they're 2013-08-26 19:09:03 -04:00
README.md rewrite2 add litenull's branch in so i an remove things as they're 2013-08-26 19:09:03 -04:00
server.js rewrite2 add litenull's branch in so i an remove things as they're 2013-08-26 19:09:03 -04:00

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:

  1. Set up and run the server
  2. Clone the repo
  3. Install all dependencies
  4. Run the client

Or, expressed in commands on the command line:

  1. git clone --branch angular_rewrite git://github.com/lefnire/habitrpg habitrpg-angular
  2. npm install
  3. bower install (if you don't have bower, do npm install -g bower — might need sudo)
  4. node server.js

To access the site, open http://localhost:3003 in your browser.