/gurutzetapp

Primary LanguageTypeScript

Gurutzeta App

qa

Development

Create a .env file in the web folder with the secrets:

REACT_APP_CONTENTFUL_SPACE_ID=
REACT_APP_CONTENTFUL_ACCESS_TOKEN=
REACT_APP_SENTRY_DSN=
REACT_APP_SENTRY_RELEASE=dev

Build the APK

Place the berriart.jks keystore file in the android folder. Then:

npm i -g @bubblewrap/cli
cd android
export BUBBLEWRAP_KEYSTORE_PASSWORD='XXXXXXXXXXXX'
export BUBBLEWRAP_KEY_PASSWORD='XXXXXXXXXXXX'
bubblewrap build