# frontend-assets-tracker
## A super innovative frontend for tracking asset ingestion and delivery status

This app will show a user the full lifecycle status of a digital asset (e.g. track audio or product cover art) from ingestion to delivery. This includes:

1. Empty state
2. Upload
3. Processing
  - Validation
  - Transcoding
  - Release approval
4. Transfer to Vector storage (e.g. sync to AVL datacenter storage and direct_delivery DB)
5. Delivery to stores
6. Listening link

## Setup
Create a .env.local file for defining local environment variables.
```
cp .env.local.shadow .env.local
```

## Commands

You can find the most recent version of the react-scripts guide [here](https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md).

`yarn start` - Starts the development server.

`yarn build` - Bundles the app into static files for production.

`yarn test` - Starts the test runner.

`yarn eject` - Removes this tool and copies build dependencies, configuration files and scripts into the app directory. If you do this, you can’t go back!
