Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/alveflo/macchiato


https://github.com/alveflo/macchiato

Last synced: 14 days ago
JSON representation

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