Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cfanoulis/dinobox
- Owner: cfanoulis
- Created: 2021-04-03T18:02:48.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-24T20:34:25.000Z (about 2 years ago)
- Last Synced: 2024-05-01T17:02:32.101Z (9 months ago)
- Language: TypeScript
- Size: 1.35 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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
```