Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 559 Bytes

CONTRIBUTING.md

File metadata and controls

20 lines (13 loc) · 559 Bytes

Contributing

Before beginning, please make sure you have the following tools installed.

Installation

git clone https://github.com/achievements-app/psn-api.git
cd psn-api
yarn

Local development

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.