Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 151 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 151 Bytes

NODE.JS

  • Node 16.x || 18.x

USING YARN (Recommend)

  • yarn install
  • yarn start

USING NPM

  • npm i OR npm i --legacy-peer-deps
  • npm start