Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.03 KB

File metadata and controls

34 lines (26 loc) · 1.03 KB

Prerequisites

You will need the following things properly installed on your computer.

{
  "TRANSFERWISE_API_KEY": "YOUR_API_KEY",
  "TRANSFERWISE_URL": "TW_API_URL"
}

Instalation

  • npm install install node modules

Deploying

Deploying dev

  • npm run api:create create cladiajs api)
  • npm run api:deploy deploy claudiajs api with dev environment
  • npm run api:load-from-json set environment variables

Deploying prod

  • npm run api:create create cladiajs api)
  • npm run api:deploy:prod deploy claudiajs api with dev environment
  • npm run api:load-from-json:prod set environment variables