# Install Ionic and run app

## Extract Zip and move to user\_app

For delivery boy app check :- <https://maas-code.gitbook.io/swage-delivery-boy/>

For User App :-&#x20;

```bash
$ cd user_app
```

```
$ npm install -g ionic
```

After that extract zip

If you want to run app on browser run 'ionic serve' inside extracted directory

```bash
// move to project directory
cd swage
//run npm install to get all dependencies
npm install
// run ionic serve
ionic serve
```

It will auto run app in browser or you can open directly : <http://localhost:8100>

If you want to run app on real device run

```bash
// move to project directory
cd swage
//run npm install to get all dependencies
npm install
// run ionic cordova run android
ionic cordova run android/ios
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://maas-code.gitbook.io/swage/master.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
