A Discord bot and React app for rolling dice.
Render is a free deployment app used to host this project.
Development Notes updated as I work on this project.
npm installfrom theclientdirectory.npm run startto start the development server.
npm installfrom theserverdirectory.npm run start:restto start the development server.
- Create a Discord application.
- Create a bot for the application.
- Add the bot to your server.
- Copy the bot token and add it to the
.envfile. - For local testing, use ngrok to expose the local server to the internet.
- Add the ngrok URL to the Discord application's redirect URL.
- Run the bot with
npm run start:discord.