- Node
- Yarn
yarn install
Start a local development server.
yarn start
Deployment 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