8000 GitHub - ngyuki/pocket-biscuits
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ngyuki/pocket-biscuits

Repository files navigation

Pocket Biscuits

Build

composer install
npm ci
rsync -cv \
  node_modules/bootstrap/dist/js/bootstrap.min.js \
  node_modules/bootstrap/dist/css/bootstrap.min.css \
  node_modules/bootstrap/dist/css/bootstrap.min.css.map \
  node_modules/jquery/dist/jquery.min.js \
    public/lib/

Deploy to heroku

heroku create pocket-biscuits
heroku git:remote -a pocket-biscuits
heroku buildpacks:set heroku/php
heroku config:set APP_ENV=prod
heroku config:set POCKET_CUSTOMER_KEY=$YOUR_POCKET_CUSTOMER_KEY

git push heroku master

Demo

http://pocket-biscuits.herokuapp.com/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0