Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dandoh/reson


https://github.com/dandoh/reson

Last synced: 7 days ago
JSON representation

Awesome Lists containing this project

README

        

# Reson
- Install electron globally:
```bash
npm install -g electron
```
- Install dependencies
```bash
npm install
```
- Start the application
```bash
electron .
```