Skip to content
This repository was archived by the owner on Jan 20, 2020. It is now read-only.

Latest commit

 

History

History
43 lines (24 loc) · 1001 Bytes

File metadata and controls

43 lines (24 loc) · 1001 Bytes

Bytecode PingPong app

Maintained by Bytecode Digital Agency

Requirements

Make sure you have the following software installed:

  • NodeJS v10+
  • Yarn

For building the apps, make sure you are using MacOS, and have xcode and Android Studio installed.

It won't hurt to have the expo-cli package installed too.

Installation

To install all dependencies, run yarn.

Dev

To start the dev server, run yarn run start.

For running the app in an Android or iOS emulator, run yarn run android or yarn run ios respectively.

Linting

For linting, run yarn run lint.

Building and release

For building the standalone apps, see the Expo documentation for Building Standalone Apps.

License

This project is licenced under the AGPL-3.0 license.

To Do List

  • Add login and register flow
  • Add new match with score
  • Edit existing match score
  • Add all-time score screen