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

https://github.com/sescobb27/festinare_front


https://github.com/sescobb27/festinare_front

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

## Development
```bash
npm install
bower install
grunt serve
```

## Production
```bash
mkdir -p /var/www/festinare
grunt build
sudo cp dist -r /var/www/festinare
```

## Errors

### ENOSPC
```bash
echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p
```