# Devolopment

## Setuping

Firstly you need to clone the app using git clone:

```sh
git clone https://github.com/FoxyIsCoding/FoxCode.git
```

after cloning is done open the folder using cd command:

```sh
cd FoxCode
```

then you need to install all the packages using npm:

```sh
npm i
```

## Building

After all the steps from [#setuping](#setuping "mention") are done we can finally start building our app.

To test out app simply run:&#x20;

```sh
npm run start
```

To package our app to the .exe format run:

```shell
npm run-script package
```

There are multiple versions for package like &#x20;

```sh
package_win 
package_all
package_lin
```

And more to see the full list just run&#x20;

```sh
npm run
```

If you would run intro any problems you can report the issue to github&#x20;


---

# 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://foxcode-1.gitbook.io/foxcode/devolopment.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.
