Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/juaneth/bot.dev

Desktop app to manage Discord.js bots
https://github.com/juaneth/bot.dev

discord discord-bot electron react vite

Last synced: about 2 months ago
JSON representation

Desktop app to manage Discord.js bots

Awesome Lists containing this project

README

        

# bot.dev
### Desktop app to manage Discord.js bots built with React, Electron and DaisyUI

drawing

***

[![Discord Link](https://img.shields.io/badge/-Server-5865F2?logo=discord&logoColor=white&style=for-the-badge)](https://discord.gg/yNwHH38tmm)
[![Discord Link](https://img.shields.io/github/license/juaneth/bot.dev?color=%23FFF&style=for-the-badge)](https://github.com/juaneth/bot.dv)
[![Discord Link](https://img.shields.io/github/commit-activity/m/juaneth/bot.dev?color=%23FFF&logo=github&style=for-the-badge)](https://github.com/juaneth/bot.dev)
[![Discord Link](https://img.shields.io/github/v/release/juaneth/bot.dev?color=%23FFF&label=Latest%20Release&logo=github&style=for-the-badge)](https://github.com/juaneth/bot.dev)

***

# [--> Install Guide <--](https://github.com/juaneth/bot.dev/wiki/Install-and-Setup#install)

## Screenshots
drawing
drawing

# Developer
Firstly, ensure you have [Node.js](https://nodejs.org/en) v19.9.0 or higher, Yarn (to install: `npm i -g yarn`) and [Git](https://git-scm.com/) installed. Clone the code and install dependencies by running:
```
git clone https://github.com/juaneth/BotDev.git BotDev
cd BotDev
npm i
npm i pm2 -g
```

To open run `npm run dev` or to build to an executable run `npm run build`