## promo-player-builder

### Setup

This project has been tested and works with `node` `v20` and `python` `3.12.1`. If you use `nvm` and `pyenv`, you can do the following:

```bash
nvm install v20
nvm use v20
pyenv install 3.12.1
pyenv local 3.12.1
```

Get the application running:

```bash
cp .env.shadow .env # initialize environment configuration
edit .env and add grass token
yarn --frozen-lockfile # install all dependencies
yarn start:main # start dev server
```

To see all available tasks, run `yarn run`.

To preview promo player builder v2, navigate to [localhost:8080/v2](localhost:8080/v2). You will also need to change the
`productId` value in src/components/\__fixtures\__/index.js to a product ID under the account associated with your grass token.
