Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 412 Bytes

README.md

File metadata and controls

45 lines (30 loc) · 412 Bytes

cig-marketplace

Dependencies

NodeJS >= 16.14.0
Yarn >= 1.22.1

Setup

Clone the project.

$ git clone [email protected]:edumoreira1506/cig-marketplace.git
$ cd cig-marketplace

Install all packages.

$ yarn

For run server local.

$ yarn dev

Tests

For run tests.

$ yarn test

Linter

For run eslint.

$ yarn lint