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
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