===========
- In github, make a new repo
git clone https://github.com/ctorstens/mSinSkel.git
- Move into the cloned directory
$ git remote set-url origin <new_repo_url>
- Sinatra Skeleton
- User migration
- first_name
- last_name
- user_name
- password_hash
- timestamps
- User model
- User Authorization
- bcrypt
- switch session to user tokens
- further CSS refinement
- email verification through confirmation email (ActionMailer)