STEPS:
-
clone or update repository
# clone repository git clone https://github.com/tigerbook73/sms.git # or update repository cd sms; git pull
-
update packages
npm install
-
copy "config.example.js" to "config.js"
-
update config.js according to requirements
-
start program
node index.js
NOTE:
if you update config.js, please restart the program.