Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cfanoulis/dinobox

mail services for @hackclub
https://github.com/cfanoulis/dinobox

Last synced: about 1 month ago
JSON representation

mail services for @hackclub

Awesome Lists containing this project

README

        



dinobox

## Installation

```bash
$ yarn
```

## Running the app

```bash
# development
$ yarn start

# watch mode
$ yarn start:watch

# production mode
$ yarn start:prod
```