# Getting Started

## Prerequisites

#### Visual Studio

Make sure to have [Visual Studio](https://visualstudio.microsoft.com/vs/) downloaded on your machine.

Before you begin, make sure you have the following installed on your machine:

* [Node.js](https://nodejs.org/en) ( Node v20.\*)

### Build Assets

&#x20; Before running the application we need to build theme assets:

1. Open your project to vs code
2. Start a command prompt window or terminal and change the directory to able-pro/
3. Install packages using one of the following commands

```
yarn install
OR
npm install
```

**This command will fetch all dependencies listed in `/package.json` and place them into`/node_modules` folde**r.

```
npm run dev 
```
