Skip to content

Latest commit

 

History

History
39 lines (34 loc) · 554 Bytes

README.md

File metadata and controls

39 lines (34 loc) · 554 Bytes

description

project description here

installation

  • clone the repo

    git clone
  • install dependencies

    npm install
  • rename .env.example to .env and fill in the values

  • start the server

    npm start

dev usage

  • clone the repo

    git clone
  • install dependencies

    npm install
  • rename .env.example to .env and fill in the values

  • start the server

    npm start
  • run tests

    npm test