An open API service indexing awesome lists of open source software.

https://github.com/sambego/ymnnanaft

You might not need a native app for that
https://github.com/sambego/ymnnanaft

Last synced: about 1 year ago
JSON representation

You might not need a native app for that

Awesome Lists containing this project

README

          

# People Performance Matrix

## Install
```
npm install
```
or
```
yarn
```

## Run (development)
```
npm run build:dev
```
or
```
yarn build:dev
```

## Build (production)
```
npm run build:prod
```
or
```
yarn build:prod
```

## Run tests
```
npm run test
```
or
```
yarn test
```