Skip to content
This repository has been archived by the owner on Jul 24, 2023. It is now read-only.

llamafolio/airdrops

Repository files navigation

TODO

Tools

  • Lint / Format: rome
  • Development, Deployment: sst,
  • Testing: vitest

Getting Started

Requires: >= Node.js v18, >= pnpm v8

node --version

If lower than v18 update to LTS. You can install Node.js through pnpm.

If you don't have pnpm:

npm install --global pnpm@latest

Update pnpm to latest:

pnpm add --global pnpm@latest

Install LTS version of Node.js:

pnpm env use --global lts

Setup AWS Credentials: TODO