An open API service indexing awesome lists of open source software.

https://github.com/ciffelia/email-notification


https://github.com/ciffelia/email-notification

css desktop-app electron html javascript nodejs vue

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# email-notification
[![CI Status](https://github.com/ciffelia/email-notification/workflows/CI/badge.svg?branch=master)](https://github.com/ciffelia/email-notification/actions?query=workflow%3ACI+branch%3Amaster)
[![Dependabot Status](https://api.dependabot.com/badges/status?host=github&repo=ciffelia/email-notification)](https://dependabot.com)
[![MIT License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)](LICENSE)

## Project setup

```
yarn install
```

### Compiles and hot-reloads for development

```
yarn electron:serve
```

### Compiles and minifies for production

```
yarn electron:build
```

### Lints and fixes files

```
yarn lint
```