# Formidable Forms

[![Build Status](https://travis-ci.com/miking-the-viking/FormidableForms.svg?token=mm6yHByGgeorBxsvuzKv&branch=master)](https://travis-ci.com/miking-the-viking/FormidableForms)

> This project is built using the Vue CLI 3, the standard commands are given below. Documentation is provided as a Vue SPA at [MikingTheViking's Formidable Forms](https://miking-the-viking.github.io/FormidableForms/).

## Project setup

```bash
yarn

# or yarn install, for the exceptionally verbose
```

### Compiles and hot-reloads for development

```bash
yarn serve
```

### Compiles and minifies for production

```bash
yarn build
```

### Run unit tests

```bash
yarn test:unit
```

### Lints and fixes files

```bash
yarn lint
```

### Run end-to-end tests

```bash
yarn test:e2e
```