Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 582 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 582 Bytes

telnet-server

Idea from: https://github.com/zachflower/resume-server

  _____    _            _   ____                           
 |_   _|__| |_ __   ___| |_/ ___|  ___ _ ____   _____ _ __ 
   | |/ _ \ | '_ \ / _ \ __\___ \ / _ \ '__\ \ / / _ \ '__|
   | |  __/ | | | |  __/ |_ ___) |  __/ |   \ V /  __/ |   
   |_|\___|_|_| |_|\___|\__|____/ \___|_|    \_/ \___|_|   

install

Install necessary packages.

npm install

setup config

Copy sample config file..

cp config-sample.js config.js

..and edit it!

start

npm start

enjoy!