Skip to content

Latest commit

 

History

History
44 lines (26 loc) · 512 Bytes

README.md

File metadata and controls

44 lines (26 loc) · 512 Bytes

new-linda

About

This is a new node-Linda server.

What is Linda?

See wiki

Requirements

  • node v8.9.1~
  • TypeScript v2~
  • (MongoDB v3)

Install&Build

Install

$ git clone https://github.com/masuilab/new-linda
$ cd new-linda
$ npm install

Settings

port number

  • make .env file in root directory
  • set port numbert like PORT = 3000 (default is 3000)

Build

$ npm run build

start

$ npm run start

License

MIT