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

https://github.com/pickles2/app-youngcorn


https://github.com/pickles2/app-youngcorn

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# YoungCorn

YoungCorn is the GUI App for Pickles 2.

## For developers

### Setup

```
$ npm install
$ bower install
$ gulp default
```

### Watch

```
$ gulp watch
```

### Build

```
$ npm run build
```