Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 1.07 KB

README.md

File metadata and controls

24 lines (14 loc) · 1.07 KB

flex-plugins

Actions Status

The Aselo frontend is built as a Twilio Flex Plugin in React and TypeScript. See aselo.org or contact Aselo for more information.

git-secrets

In order to prevent sensitive credentials to be leaked, please follow this instructions to setup git-secrets.

  • Install git-secrets in your computer.
  • Go into the repo root folder.
  • Run git secrets --register-aws.
  • Run git config --local core.hooksPath .githooks/.

Local Development

Requirements

nvm or nvm-windows docker

We depend on aws cli running inside of docker for some setup. You will need valid IAM access keys configured on your local machine to run some commands.