Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 409 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 409 Bytes

Bright Disputes Showcase app

Requirements

  1. Node.js preferably v20

Installation

To install the dependencies execute:

npm install

Running

To run use the following command. By default, app will be available at http://localhost:3000

npm run start

Testing

To run the tests execute:

npm run test