https://github.com/bpierre/gif.gg
Animated GIFs from your webcam.
https://github.com/bpierre/gif.gg
Last synced: 11 months ago
JSON representation
Animated GIFs from your webcam.
- Host: GitHub
- URL: https://github.com/bpierre/gif.gg
- Owner: bpierre
- Created: 2013-06-26T22:58:50.000Z (almost 13 years ago)
- Default Branch: main
- Last Pushed: 2022-09-04T00:04:34.000Z (almost 4 years ago)
- Last Synced: 2025-06-13T10:56:11.113Z (12 months ago)
- Language: JavaScript
- Homepage: https://gif.gg/
- Size: 42 KB
- Stars: 19
- Watchers: 2
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gif.gg
## Requirements
- PHP 5.4+
- MySQL 5.x+
## Installation
Create a database for gif.gg and import the schema:
```
$ mysql -u USER -p DATABASE < schema.sql
```
Copy and edit the config file:
```
$ cp app/config.example.php app/config.php
```
Install the Composer dependencies:
```
$ composer install
```
Compile and compress CSS and JS:
```
$ make
```
## License