1 z.Development
SluberskiHomeLab edited this page 2025-10-13 07:59:22 -05:00

Local Development

  1. Install Node.js dependencies

    npm install
    
  2. Create and configure .env file (same as above)

  3. Start the bot

    npm start
    

    Or for development with auto-reload:

    npm run dev