https://github.com/artberri/gurutzetapp
https://github.com/artberri/gurutzetapp
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/artberri/gurutzetapp
- Owner: artberri
- Created: 2019-05-06T16:46:19.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-04-30T17:28:31.000Z (about 1 year ago)
- Last Synced: 2025-01-28T02:21:49.647Z (5 months ago)
- Language: TypeScript
- Size: 7.52 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gurutzeta App
[](https://github.com/artberri/gurutzetapp/actions/workflows/qa.yml)
## Development
Create a `.env` file in the web folder with the secrets:
```ini
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:
```sh
npm i -g @bubblewrap/cli
cd android
export BUBBLEWRAP_KEYSTORE_PASSWORD='XXXXXXXXXXXX'
export BUBBLEWRAP_KEY_PASSWORD='XXXXXXXXXXXX'
bubblewrap build
```