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
- Host: GitHub
- URL: https://github.com/sambego/ymnnanaft
- Owner: Sambego
- Created: 2018-05-22T19:57:46.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T17:55:43.000Z (over 3 years ago)
- Last Synced: 2025-04-12T07:59:24.548Z (about 1 year ago)
- Language: JavaScript
- Size: 94.1 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
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
```