# Getting Started

### 1. System Requirement

Based on vuejs requirement. Please install vue as follows:

Install Node.js & npm (Please select the operating system on which you are installing): <https://docs.npmjs.com/downloading-and-installing-node-js-and-npm>

Install vuejs: <https://vuejs.org/v2/guide/installation.html#NPM>

install yarn&#x20;

```
npm install --global yarn
```

#### Setup Editor

There are different editors you can use for running a vuejs app but the most commonly used is **VS Code.** <https://code.visualstudio.com/>Here is a link to setup the editors: [https://code.visualstudio.com/.](https://code.visualstudio.com)  Please select the operating system on which you are installing **VS Code**.

### 2. Installation

After download and unzip the project, use the preferred IDE or text editor (**VS Code**) to open the project folder.

* Open a terminal and navigate to your unzipped project or open your text editor's (**VS Code**) terminal and run `yarn install` to install the packages from **package.json**
* After the installation of the packages, run another command `yarn serve` to start the application
* Click on the first two links provided for local usage or the second one on other devices&#x20;

![](https://4014800298-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-Mh-aV4f8yYAZz1JI4bb%2F-Mh0l7Z-WLaTl1RHlcuf%2F-Mh0npSKQE4TOq5k8hL9%2FScreenshot_7.png?alt=media\&token=e58f7b17-d655-45ff-b383-3a847ba0b977)

* When you are ready to push it o production, all you need to do is to run `yarn run build` or follow this [link ](https://cli.vuejs.org/guide/deployment.html#platform-guides)to learn more about hosting on different platforms
