Archived
1
0
Fork 0
No description
This repository has been archived on 2026-04-03. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Find a file
2022-07-24 16:15:04 +02:00
app app/views/main/index/about.volt: Typo fixes. 2022-07-23 19:36:14 +02:00
cache remove cache/sess/.placeholder 2018-08-08 20:12:58 +02:00
docs app/config/acl.yml: move the docs to docs/ACL.md 2019-12-01 15:23:26 +01:00
public remove public/img/phalcon_logo.png as we have 2. 2018-09-03 20:56:54 +02:00
.gitattributes initial commit 2017-09-01 17:10:27 +02:00
.gitignore config: drop the "conf" prefix for config files. 2018-06-18 22:12:55 +02:00
build.sh builds.sh: run "build" and "dbmigrate" from npm. 2018-06-25 16:31:48 +02:00
composer.json composer: require ext-yaml 2022-07-23 20:58:09 +02:00
composer.lock composer: require ext-yaml 2022-07-23 20:58:09 +02:00
gulpfile.js Update font awesome to 5.6.3 2018-12-29 15:23:36 +01:00
package-lock.json package.json: require natives 1.1.6 2022-07-24 16:15:04 +02:00
package.json package.json: require natives 1.1.6 2022-07-24 16:15:04 +02:00
phinx.php phinx.php: configfile is just "local.yml" now. 2018-06-25 16:30:44 +02:00
README.md Adding README 2018-08-10 01:44:15 +02:00

HTTP Callback

This repository contains the code that powers callback.shufflingpixels.com. An tool that provides logging of HTTP Request.

Install

This project depends on composer and npm.

After those are installed run:

$ composer install
$ npm install
$ sh build.sh

Author

Henrik Hautakoski - henrik.hautakoski@gmail.com