Skip to content

yadaguru/yadaguru-app

Repository files navigation

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

  • gulp clean to clear the dist directory.
  • gulp build to build all styles, scripts and HTML files.
  • gulp watch to watch for changes and enable BrowserSync.

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

  • Please fork the repo, checkout the master branch and create a feature branch from there.
  • Please make all PR against the master branch.