https://github.com/sescobb27/festinare_front
https://github.com/sescobb27/festinare_front
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sescobb27/festinare_front
- Owner: sescobb27
- Created: 2015-08-17T06:14:08.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-09-07T06:18:39.000Z (over 9 years ago)
- Last Synced: 2025-01-31T11:16:29.974Z (4 months ago)
- Language: JavaScript
- Size: 184 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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
```