Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alveflo/macchiato
https://github.com/alveflo/macchiato
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/alveflo/macchiato
- Owner: alveflo
- License: mit
- Created: 2015-10-07T13:27:06.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-27T22:21:31.000Z (about 9 years ago)
- Last Synced: 2023-08-04T01:03:42.022Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 1.67 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# makiato
[![Build status](https://travis-ci.org/victorzki/makiato.svg?branch=master)](https://travis-ci.org/victorzki/makiato)Makiato application.
### Installation
```
$ npm install
$ bower install
```###### Notes
In order to install mongoose on linux, Kerberos Development Package needs to be installed.
```
$ sudo apt-get install libkrb5-dev
```### Run the app
Start the express app with supervisor (to restart server on file changes)
```
$ supervisor --debug ./app/bin/www
```Run gulp
```
$ gulp
```### License
MIT