You must have a working Node 18 or later environment installed on your machine before you proceed with the Getting Started steps.
-
Ensure you have the dependencies installed.
npm install
To deploy the project to your Stedi account:
-
Update the provided
.env
in the project root and ensure the following environment variable is defined:STEDI_API_KEY
: A Stedi API key is required for authentication. You can generate an API key in your Stedi account.
-
Deploy the resources:
npm run deploy