Skip to content
This repository has been archived by the owner on Jul 5, 2020. It is now read-only.

Latest commit

 

History

History
78 lines (43 loc) · 1.81 KB

README.md

File metadata and controls

78 lines (43 loc) · 1.81 KB

DEPRECATED: Project has been moved to my-adhd

TDAH

Esse projeto é pensado para auxiliar pessoas a descobrirem e lidarem com o TDAH

Development server

  1. Run yarn serve for a dev server.

  2. Navigate to http://localhost:4200/.

  3. The app will automatically reload if you change any of the source files.

Built With

Dev tools

  • Prettier - Prettier is an opinionated code formatter.

Build

Run yarn build-dev to build the project. Use the yarn build-prod for a production build.

Android

Sign

Run from root directory

jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore ref/tdah.keystore /Users/renan/Desktop/sites/tdah/platforms/android/app/build/outputs/apk/release/app-release-unsigned.apk tdah

Zipalign

Run from root directory

~/Library/Android/sdk/build-tools/27.0.3/zipalign -v 4 /Users/renan/Desktop/sites/tdah/platforms/android/app/build/outputs/apk/release/app-release-unsigned.apk tdah.apk

The Final Release should be at /tdah.apk

Publish to Google Play Store

https://play.google.com/apps/publish/?

Credentials

renan.sigolo@gmail.com

iOS

The Final Release should be at /platforms/ios/tdah.xcworkspace

Publish to iTunes Connect

https://itunesconnect.apple.com/

Credentials

renan.sigolo@gmail.com

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details

Acknowledgments

  • Inspiring the world to be more collaborative.