Skip to content

Latest commit

 

History

History

data

Data server

Setup

aws configure

Development

npm run build # Build with webpack & check for type errors
npm test # Run tests
npm run format # Format code

Local dev server

npm run serve

Deploy

Just push your changes to the master branch.

Run scripts

export AWS_REGION="eu-central-1" && export tableName="prod-coins-table" && npx ts-node src/cli/SCRIPT.ts