GladysProject/Gladys

View on GitHub
front/README.md

Summary

Maintainability
Test Coverage
<h1 align="center">
  <br>
    <img src="https://gladysassistant.com/en/img/external/github-gladys-logo.png" width="200">
  <br>
  Gladys Assistant
</h1>

<h4 align="center">A privacy-first, open-source home assistant</h4>

## CLI Commands

``` bash
# install dependencies
npm install

# serve with hot reload at localhost:1444
npm run dev

# build for production with minification
npm run build

# test the production build locally
npm run serve

# run tests with jest and preact-render-spy 
npm run test
```

For detailed explanation on how things work, checkout the [CLI Readme](https://github.com/developit/preact-cli/blob/master/README.md).