/robot-app

Boilerplate app for Starship event

Primary LanguageJavaScript

Robot App

Getting started

1. Install dependencies

npm install

2. For iOS install Pods

cd ios
pod install

3. Set hostname, token (will be given by organizers before the event) and name for the queue in config.js

4. Run project!

react-native run-ios
# or
react-native run-android

API

You can find API documentation for queuing and robot control here.