# proving-grounds

[![yarn compatible](https://img.shields.io/badge/yarn-compatible-4BC51D.svg?style=flat)](https://yarnpkg.com/)

This is a [Next.js](https://zeit.co/blog/next#) powered web project intended to assist players project the usefulness of
their heroes if they were levelled to 40.

## Getting started

To launch the Next.js dev server:

```bash
$ git clone https://github.com/ajhyndman/fire-emblem-working-title.git
$ cd fire-emblem-working-title
$ lerna bootstrap
$ cd packages/proving-grounds
$ npm run dev
```

Open a browser and navigate to `localhost:3000`.
