This is a dashboard for all clients to get an overview of their project's development progress and status.
with mongo installed:
npm install -g jake
jake seed:users
node app.js
will seed an admin: user: [email protected] password: password
If you get locked out of your account, because you can't remember your password, for example, you can run this from the command line:
heroku run node
Then from the node command-line, you can run this:
require("./app").commandResetPassword("[email protected]", "MyNewPassword")