# frontend-social-analytics

## Installing

- `cp .env.shadow .env`: Initialize environment configuration
- `yarn`: Install dependencies

## Running

- `yarn start`: Run the local development server
- `yarn test`: Run the linter and the tests
- `yarn lint`: Run the linter
- `yarn test:unit`: Run the tests
