# Tube Challenge Generator

## Project Setup

```sh
npm install
```

### Compile and Hot-Reload for Development

```sh
npm run dev
```

### Type-Check, Compile and Minify for Production

```sh
npm run build
```

## Usage
A new, fresh list of station will be drawn on each refresh of the result page.
It is possible to bookmark the result URL to reshuffle.
