discord / discord-example-app

Basic Discord app with examples
MIT License
515 stars 525 forks source link

Start app using yarn to trigger reload on change #11

Open orome opened 1 year ago

orome commented 1 year ago

Instructions should mention starting using nodemon app.js (via yarn dev) to ensure that changes to code are reflected in the running app.

(Assumes yarn has been installed and run to install dependencies, of course.)