This commit is contained in:
EthanShoeDev
2025-09-02 00:10:56 -04:00
parent dff29ae0a9
commit b57dbd9cf5
67 changed files with 956 additions and 841 deletions

View File

@@ -7,13 +7,13 @@ This is an [Expo](https://expo.dev) project created with [`create-expo-app`](htt
1. Install dependencies
```bash
npm install
pnpm install
```
2. Start the app
```bash
npx expo start
pnpm exec expo start
```
In the output, you'll find options to open the app in a
@@ -30,7 +30,7 @@ You can start developing by editing the files inside the **app** directory. This
When you're ready, run:
```bash
npm run reset-project
pnpm run reset-project
```
This command will move the starter code to the **app-example** directory and create a blank **app** directory where you can start developing.