Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 980 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 980 Bytes

Tangle

JavaScript Style Guide

A cross platform app built using React Native. Matches local gamers up with each other.

Running the app locally (Android)

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.

Running the app locally (iOS)

Coming soon(tm)

Contributing

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.