Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 273 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 273 Bytes

Getting a token

Install and configure the AWS CLI

pip install awscli
aws configure

Run this to write temporary credentials to .env

python dotenv.py

Building the demo

npm i && npm run start

The server will be running on port 8487.