Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Latest commit

 

History

History
30 lines (21 loc) · 800 Bytes

Usage.md

File metadata and controls

30 lines (21 loc) · 800 Bytes

Usage

Prerequisites

Installation

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

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

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

npx 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.