A retrospective tool
Note that if you are using the same machine you use for regular TE development, you will need to connect to the Global Protect VPN for NPM to work correctly.
$ npm install -g serverless
$ npm ci
.settings/secrets.json
:
{
"domainName": {
"dev": "dev domain",
"prod": "prod domain"
},
"wsApi": {
"dev": "dev websocket endpoint",
"prod": "prod websocket endpoint"
}
}
$ npm run dev:client