mirror of
https://github.com/alexgo-io/defillama-server.git
synced 2026-01-13 08:40:26 +08:00
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