Skip to content
This repository was archived by the owner on May 5, 2025. It is now read-only.

Commit 2204af5

Browse files
committed
feat: update README with installation instructions and environment setup
1 parent 682c0f5 commit 2204af5

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
b# 🎁 Gift Idea Tracker
1+
# 🎁 Gift Idea Tracker
22

33
A mobile application built with **React Native + Redux + Supabase**, designed to help users organize and track gift ideas for their friends, family, and special occasions — all in one place.
44

@@ -48,17 +48,20 @@ We leveraged **cutting-edge AI tools** throughout the entire software developmen
4848
## 🧩 Installation & Running App
4949

5050
- Clone the repository:
51+
5152
```bash
5253
git clone https://github.com/your-username/gift-idea-tracker.git
5354
cd gift-idea-tracker
5455
```
5556

5657
- Install dependencies using Bun:
58+
5759
```bash
5860
bun install
5961
```
6062

6163
- Start Expo development server
64+
6265
```bash
6366
bun run start
6467
```
@@ -67,3 +70,13 @@ We leveraged **cutting-edge AI tools** throughout the entire software developmen
6770
```bash
6871
bun x jest
6972
```
73+
74+
<br/>
75+
76+
## Setup Environment
77+
78+
| # | Variable Name | Description | Example |
79+
| --- | ----------------------- | ---------------------------------- | ------------------------------ |
80+
| 1 | SUPABASE_URL | The URL of your Supabase project | https://xyzcompany.supabase.co |
81+
| 2 | SUPABASE_KEY | The API key for accessing Supabase | your-supabase-api-key |
82+
| 3 | EXPO_ROUTER_IMPORT_MODE | The import mode for Expo Router | static |

0 commit comments

Comments
 (0)