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

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.

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

MIT