Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 796 Bytes

Usage.md

File metadata and controls

30 lines (21 loc) · 796 Bytes

Usage

Prerequisites

Installation

First we need to download the repository! Open cmd, and run this command!

git clone https://github.com/rebels2638/ScoutingApp2022.git
cd ScoutingApp2022

Great! Now we need to install the dependencies our project relies on. Be warned, this will take a LONG time. It will also take lots of storage. As I'm writing this, node_modules takes ~300 MB, mostly from expo-cli and react-native.

npm install
npm install -g expo-cli

Running the app

expo start --tunnel

Great job! It should open a tab saying something about "(1) Scouting App on Expo Developer Tools", or "Metro Bundler".

Click on "Run in web browser", and wait for the app to pop up.