You will need the following things properly installed on your computer.
- Git
- Terraform
- Claudiajs
- AWS Account
- AWS Credentials with [feeswise] Profile
- Create Transferwise sandbox account
- Create a file named dev.json and prod.json add the environment variables
{
"TRANSFERWISE_API_KEY": "YOUR_API_KEY",
"TRANSFERWISE_URL": "TW_API_URL"
}npm installinstall node modules
npm run api:createcreate cladiajs api)npm run api:deploydeploy claudiajs api with dev environmentnpm run api:load-from-jsonset environment variables
npm run api:createcreate cladiajs api)npm run api:deploy:proddeploy claudiajs api with dev environmentnpm run api:load-from-json:prodset environment variables