Skip to content

Latest commit

 

History

History
22 lines (20 loc) · 617 Bytes

run-it-yourself.md

File metadata and controls

22 lines (20 loc) · 617 Bytes

Run it yourself

Open an issue if you have trouble with these steps.

  • Clone this repo
  • Install node/npm
  • Run npm install.
  • Add email.auth to the config.json:
{
  "email": {
     "auth": {
      "user": "YOUR EMAIL HERE",
      "pass": "YOUR PASSWORD HERE"
    }
  }
}
  • Run node .
  • Open your browser to http://localhost, and try it out
  • Use the just-login modules for your website. :)