- Node
- Yarn
yarn installStart a local development server.
yarn startDeployment is taken care by Github Actions. If, for some odd reason, it's required to deploy manually, it can be achieved by running the following command.
serverless create_domain # do this only for initial deployment
yarn deploy