Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dandoh/reson
https://github.com/dandoh/reson
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dandoh/reson
- Owner: dandoh
- License: cc0-1.0
- Created: 2017-03-04T06:30:26.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-04T09:30:15.000Z (almost 8 years ago)
- Last Synced: 2024-10-31T17:26:48.547Z (about 2 months ago)
- Language: JavaScript
- Size: 2.53 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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 .
```