## ${appName}

### How to start locally

1. [Create a Developer team](https://developers.miro.com/docs/create-a-developer-team).
2. [Create a [developer app](https://developers.miro.com/docs/build-your-first-hello-world-app#step-2-create-your-app-in-miro).
3. [Configure your app](https://developers.miro.com/docs/build-your-first-hello-world-app#step-3-configure-your-app-in-miro).
4. [Install the app](https://developers.miro.com/docs/build-your-first-hello-world-app#step-4-install-your-app) to generate an access token.
5. Save the `access_token`: you'll need it later.
6. Enter your app data in [`.env`](.env).
7. Run `${installCommand}` to install dependencies.
8. Run `${startCommand}` to start developing.
