> For the complete documentation index, see [llms.txt](https://riazahmad2163680.gitbook.io/soul-write/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://riazahmad2163680.gitbook.io/soul-write/master.md).

# Get Started

Navigate to project folder after downloading and extracting the main files from codecanyon.

```
cd soulWriteApp-master
```

Install dependencies

```
npm install
```

For iOS

```
cd ios && pod install && cd ..
```

```
npx react-native run-ios
```

For Android

For Check that any android device is connected

```
adb devices
```

Now run

```
npx react-native run-android
```
