# System  Requirement

### Project Requirement <a href="#project-requirement" id="project-requirement"></a>

First, make sure that you have installed Visual Studio Code , node.js 8.X and npm 5.X version. You can check it on your terminal window by merely entering node -v and npm -v. You can also download latest nodeJs from [here](https://nodejs.org/en/)​

```
$ npm -v 
$ node -v 
```

once node and npm install on your machine, we need to install Ionic globally as well.

```
// You can install ionic globally on your machine with below command 

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

Ionic is recently doing lots of changes with ionic V4 and default if it installs ionic-cli V4 which might break few things if you still running our ionic V3. Most probably their ***app-script*** module needs to update with the latest one then this app run correctly with ionic cli V4 as well.

Make sure you have installed ionic-cli latest release and Cordova. You can check ionic version in the terminal with ionic -v command. If you need more info how to setup ionic project please follow [Ionic Getting Started](https://ionicframework.com/docs/installation/cli) at [Ionic](https://ionicframework.com/) official websites.

```
You need XCODE AND Android Studio to make production build that can upload on app store.
```

We suggest to use ionic pro to make native build easier as setup through Xcode and android studio bit difficult if you new on app development.


---

# 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://docs.ionicfirebaseapp.com/multirestaurantsassapp/system-requirement.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.
