achievements-app/psn-api

View on GitHub
CONTRIBUTING.md

Summary

Maintainability
Test Coverage
# Contributing

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

- Node.js (the latest LTS release, [download](https://nodejs.org/en/download/))
- yarn classic (1.x, [instructions](https://yarnpkg.com/lang/en/docs/install/))

## Installation

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

## Local development

This package uses [dts-cli](https://github.com/weiran-zsd/dts-cli), a fork of tsdx. Local dev with watch mode can be enabled with `yarn dev`.

Tests can be executed using `yarn test`.