# <%= data.appName %>

This project is powered by [sku](https://github.com/seek-oss/sku), [braid](https://github.com/seek-oss/braid-design-system) and built with [React](https://facebook.github.io/react).

## Getting Started

<%= data.gettingStartedDocs %>

## Workflow

Start a local development server:

```sh
$ <%= data.startScript %>
```

Run unit tests:

```sh
$ <%= data.testScript %>
```

Lint and format code:

```sh
$ <%= data.lintScript %>
$ <%= data.formatScript %>
```

Build assets for production:

```sh
$ <%= data.buildScript %>
```
