The Aselo frontend is built as a Twilio Flex Plugin in React and TypeScript. See aselo.org or contact Aselo for more information.
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/
.
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.