# Clear 1.7 installation

**If you are using version 1.7 of clear, Run the below commands**

## 1) Install Dependencies

Run the below command to get all the dependencies from package.json

`yarn install`

## 2) Install Assets

Run the below command to get the plugins from bower.json

`bower install`

## 3) serve with hot reload at localhost:8000

The following command will launch a browser window with localhost:8000 with hot module replacement. To change the default port , edit the port in `config.index.js`

`npm run dev`

## 4) build for production with minification

The following command will build the project into the `dist` folder. Built files are meant to be served over an HTTP server.

Opening index.html over file:// won't work.

```
`npm run build`
```


---

# 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://lorvent.gitbook.io/clear/clear_vue/basic-installation/clear-17-installation.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.
