An open API service indexing awesome lists of open source software.

https://github.com/artberri/gurutzetapp


https://github.com/artberri/gurutzetapp

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Gurutzeta App

[![qa](https://github.com/artberri/gurutzetapp/actions/workflows/qa.yml/badge.svg)](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
```