Skip to content

yamujine/artmatch

Repository files navigation

artmatch

Environment

Run in Development

server

$ composer install
CI_PAY_DB_PASSWORD=<password>
CI_PAY_DB_USERNAME=<username>
CI_PAY_FB_SECRET_KEY=<facebook_secret_key>
CI_PAY_FB_APP_ID=<facebook_app_id>

php -d variables_order=EGPCS -S localhost:8080

frontend

$ npm install
$ bower install
$ gulp build
$ gulp build:watch

References