Before beginning, please make sure you have the following tools installed.
- Node.js (>=20.x, download)
- pnpm (>=10.x, instructions)
git clone https://github.com/achievements-app/psn-api.git
cd psn-api
pnpm i
This package uses dts-cli, a fork of tsdx. Local dev with watch mode can be enabled with pnpm dev.
Tests can be executed using pnpm test.