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

Latest commit

 

History

History
40 lines (26 loc) · 562 Bytes

README.md

File metadata and controls

40 lines (26 loc) · 562 Bytes

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