yadaguru / yadaguru-app

YadaGuru: College Application Reminders
http://www.yadaguru.com
6 stars 3 forks source link

Stories in Ready Build Status Build status Coverage Status Code Climate

YadaGuru

College Application Reminders

Visit our CodeForPhilly project info page.

Local Development Installation

Please see Yadaguru Dev Environment Setup for step by step instructions on getting the entire Yadaguru stack up-and-running on your machine.

Gulp Commands

Logging In

To log into Yadaguru, create an account (locally) by entering your phone number. The confirmation code is logged to the console in development environments.

Resetting local data.

Yadaguru stores some flags indicating that you have logged in, completed onboarding, etc. in local storage. You may want to reset these values and "start over" during the course of development. This can be done in the UI (click the speech bubble, then 'Forget my mobile phone number'). You can also drop into dev tools, and manually clear all of the yg-prefixed values. This option has the advantage of not deleting your data from the database.

Contributing