# SuperSelection.AdminUI

## Installation

To install the project's dependencies, run the following commands:

```bash
dotnet tool restore
dotnet restore
npm install
```

## Development

To start the development server, run the following commands:

```bash
npm start
```

## Build

To build the project, run the following commands:

```bash
npm run build
```