Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 190 Bytes

File metadata and controls

20 lines (14 loc) · 190 Bytes

DePlant backend

Installation

$ npm install

Running the app

# development
$ yarn start

# watch mode
$ yarn start:dev

# production mode
$ yarn start:prod