GDGAlgiers / BrainyBot2.0

GDG Algiers Brainy Bot 2.0 written with JS
MIT License
52 stars 9 forks source link

Add npm script to run in watch mode #29

Closed mhdcodes closed 2 years ago

mhdcodes commented 2 years ago

Description

Add an npm script npm run dev to allow running the bot in watch mode, this will allow for a streamlined development without the need to restart the server on each change.

Changes