OuiSkin is an ambitious project to enhance your relationship with your cosmetics daily routine. OuiSkin product is a device which helps you track your skin parameters and visualize them on your smartphone.
Because we need to gather energy to realize this project. Indeed, collaborating on the project is more than welcome.
The full procedure is detailed in INSTALL.md. It has been written for beginners as well as for advanced hackers.
The full procedure on how to use everything you've just installed is described in USE.md.
Help is always more than welcome. If you want to take part in this project, please, make sure you read our Contributing guidelines.
IMPORTANT: Our model is based on A successful Git branching Model. PLEASE, take the time to read it carefully before starting. We don't want you to mess things up! :)
masteris the stable branch for production.dev(origin HEAD) is the development branch for unit/lab tests and behavior development. If the lab tests are concluding, a pull request to the master can be made.feature branchesare transitory branches used to develop new features to incorporate to the dev branch. When the feature is bug free, a pull request can be made to merge the concluding results inside the dev branch.oldiesbranch keeps all the old code and libraries we used for the first prototype. It is deprecated now but could be helpful for beginners.
##Copyright and License
Copyright (C) 2014 Benoit Cotte
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see [http://www.gnu.org/licenses/].