# Localization cost CLI

## Prerequisites

Make sure you have [nvm](https://github.com/nvm-sh/nvm/blob/master/README.md) and [yarn](https://yarnpkg.com/) installed (alternatively run `corepack enable` to enable `yarn` in installed version of node.js).

## Setup

```bash
# use supported node version
nvm use

# install dependencies
yarn

# create environment configuration
cp .env.shadow .env

# start in development mode
yarn dev

OR

# build
yarn build
```

### Where to get POEditor API token

You can get your POEditor API key from your POEditor account. You'll find it in Account or Organization Settings > [API Access](https://poeditor.com/account/api).
