Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 281 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 281 Bytes

Greenomy APIs - Lender

Getting started

  • duplicate the .env.example file and rename it into .env.local

    cp .env.example .env.local
  • fill and/or edit the environment variables in .env.local

  • start the project

    npm i && npm start