https://github.com/pickles2/app-youngcorn
https://github.com/pickles2/app-youngcorn
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pickles2/app-youngcorn
- Owner: pickles2
- Created: 2015-07-09T06:56:38.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-10-09T16:12:54.000Z (over 9 years ago)
- Last Synced: 2024-03-26T15:00:59.443Z (about 2 years ago)
- Language: JavaScript
- Size: 19.6 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```