Skip to content
This repository was archived by the owner on Jun 15, 2022. It is now read-only.

Latest commit

 

History

History
16 lines (12 loc) · 287 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 287 Bytes

findlose

TBA

Documentation

Installation and start server. Use with sudo for dependencies installation if needs.

# install dependencies
npm install
# start server
npm start

If you are using nodemon, you can start the server with nodemon libs/main.js.