Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 404 Bytes

README.md

File metadata and controls

43 lines (28 loc) · 404 Bytes

ygopro-arena-revive

Description

Next generation of ygopro-arena-api

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

TODO

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

License

AGPL-3.0