# beaker

## Project setup
```
yarn install
```

### Compiles and hot-reloads for development
```
yarn run dev
```

### Compiles for production on GitHub
```
yarn run build
```

### Compiles for production
```
yarn run build:publish
```

### Run your tests
```
yarn run test
```

### Lints and fixes files
```
yarn run lint
```

### Publish docs to GitHub Pages
```
yarn deploy
```

- Base folder should be included first in every project.
-