Skip to content
This repository has been archived by the owner on Jun 19, 2023. It is now read-only.

Latest commit

 

History

History
39 lines (24 loc) · 386 Bytes

README.md

File metadata and controls

39 lines (24 loc) · 386 Bytes

Origin Node.js Challenge

Node.js challenge for backend candidates

Requirements

  • Node.js >= v14.0
  • Yarn >= v1.22

Installation

In project's directory, run the following commands:

yarn install

Running locally

To run the project locally with hot reload:

yarn dev

Lint

To view lint issues:

yarn lint

To fix them:

yarn lint:fix