MensaTalk / mensatalk_app

Code for the MensaTalk React Native app for Android and iOS.
BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

Logo

Getting Started

To get a local copy up and running follow these simple example steps.

Installation

  1. Clone the repo
git clone https://github.com/mensatalk/mensatalk_app.git
  1. Install NPM packages
npm install

Run locally

Run on android

npx react-native run-android

Run on iOS

npx react-native run-ios

Release

Currently we only generate a Android APK (see: GitHub Releases)

For creating your own release app, see:

License

BSD 3-Clause "New" or "Revised" (see: LICENSE)