Nutrition application
-
Follow Google's documentations to get Client ID and Client Secret
-
Copy example
.env
file and add your configurations to it:
cp .env.example .env
- Use VS Code tasks or scripts in
scripts
directory to build application or update documentation.
- Fork this repository.
- Make a new branch that diverges from development branch and add your feature there. Its name must be descriptive, if it's a hotfix add prefix "hotfix-".
- Make your pull request, making sure to link your Pull Request to an issue to close it automatically.