> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mage.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Contributing to the front-end client

> Guides on adding features to the front-end client.

|                |                     |
| -------------- | ------------------- |
| Language       | TypeScript          |
| Framework      | React, Next.js      |
| Code directory | `mage_ai/frontend/` |

## Style guide

Mage follows the [Airbnb JavaScript style guide](https://airbnb.io/javascript/react/).

### Linter

To run the linter locally, execute this script:

```bash theme={"system"}
./scripts/test.sh
```

## Setup

```bash theme={"system"}
yarn global add eslint-config-next
yarn global add eslint_d
```
