A cross platform app built using React Native. Matches local gamers up with each other.
Follow the guide here (Under the section labeled 'Building Projects with Native Code) to get your computer set up for React Native development. After installing Android Studio and required components, go into the root directory and run
npm run android
You may also need to run
npm start
to start the development server.
Coming soon(tm)
We use StandardJS as a style guide. All changes to this repository's code should pass that style check. See here for information on setting up a local tool to check your style before making a Pull Request.