Skip to content
This repository has been archived by the owner on Jan 23, 2019. It is now read-only.
/ coinvey Public archive

🏧 Send crypto as a gift.

License

Notifications You must be signed in to change notification settings

awkweb/coinvey

Repository files navigation

Coinvey

Send crypto as a gift.

Build Setup

Set up config/secrets.js:

module.exports = {
  firebase: {
    apiKey: '"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"',
    authDomain: '"domain.firebaseapp.com"',
    projectId: '"projectId"',
  },
  stripe: {
    key: '"pk_test_xxxxxxxxxxxxxxxxxxxxxxx"',
  },
};

To run from the command line:

# install dependencies
yarn install

# serve with hot reload at localhost:8080
yarn run devc

# build for production with minification
yarn run build

# build for production and view the bundle analyzer report
yarn run build --report

# deploy to firebase
yarn run deploy

Screenshots

coinvey coinvey coinvey coinvey coinvey coinvey coinvey coinvey coinvey coinvey coinvey

License

Released under the MIT license. See LICENSE for details.