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