aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatarLibravatar Biswakalyan Bhuyan <biswa@surgot.in> 2024-11-15 18:34:58 +0530
committerLibravatarLibravatar Biswakalyan Bhuyan <biswa@surgot.in> 2024-11-15 18:34:58 +0530
commit6882ae7d5e52da20928b517f30c2c267b4fec940 (patch)
treefa7390d4e98f9c05000b8d1015b877fccce6d8cc
parent61c3f637d7a8a3d3f7c4f95bc001e7271e90f5a7 (diff)
downloadmall-app-6882ae7d5e52da20928b517f30c2c267b4fec940.tar.gz
mall-app-6882ae7d5e52da20928b517f30c2c267b4fec940.tar.bz2
mall-app-6882ae7d5e52da20928b517f30c2c267b4fec940.zip
Updated README.mdHEADmaster
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index a5eef33..2cedfd4 100644
--- a/README.md
+++ b/README.md
@@ -83,22 +83,22 @@ This project is a mobile app built with React Native using Expo, and it integrat
To run the app in development mode, you can use the following commands:
1. **Start the app in Expo**:
- ```bash
+ ```
npm start
```
2. **Run on Android**:
- ```bash
+ ```
npm run android
```
3. **Run on iOS**:
- ```bash
+ ```
npm run ios
```
4. **Run on Web**:
- ```bash
+ ```
npm run web
```