## Installation

Rename the .env-SAMPLE file to just .env

Ensure the database locally is called thermogenesis or update accordingly.

Navigate to root of 'thermogenesis' and run

```bash
valet park
valet link
valet secure
composer install
```

Then move into the theme folder
```bash
cd web/app/themes/thermogenesis
```

Run
```bash
composer install
```

Then run
```bash
yarn install
```

## Usage

To run the compiler and browsersync run
```bash
yarn start
```

To compile for production and review under the thermogenesis.test url run
```bash
yarn build
```


## Contributing
Please make sure to update tests as appropriate.
