An application for your mental health.
- Clone this repository.
- Run
sudo npm install -g cordova ionic
(drop thesudo
when on Windows) - Run
npm install
. - Run
bower install
.
- Create a new branch for your work using
git checkout -b branch_name
- Make your code edits!
- Run
ionic serve -c
to start an ionic server and play with your work. - Commit as necessary.