Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rorro/uncle-dashboard
A Discord bot dashboard written using TypeScript and React
https://github.com/rorro/uncle-dashboard
discord discordjs hacktoberfest react typescript
Last synced: 7 days ago
JSON representation
A Discord bot dashboard written using TypeScript and React
- Host: GitHub
- URL: https://github.com/rorro/uncle-dashboard
- Owner: rorro
- License: mit
- Created: 2022-10-31T11:21:53.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-28T23:02:38.000Z (2 months ago)
- Last Synced: 2024-08-29T00:22:03.317Z (2 months ago)
- Topics: discord, discordjs, hacktoberfest, react, typescript
- Language: TypeScript
- Homepage:
- Size: 690 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## **Uncle Dashboard**
![Uncle](https://imgur.com/Ovj9FtF.png)
This is a Discord bot dashboard for [Uncle](https://github.com/rorro/uncle).
### Running the project
Run `npm i` and then `npm start` in the project folder.
The following things need to be in your `.env` file.
```
REACT_APP_LOGIN_URL={login_url}
REACT_APP_API_URL=http://localhost
REACT_APP_API_PORT=7373
```Generate a login URL from [here](https://discord.com/developers).
### WARNING
I'm using this project to learn React. Don't read this code to learn, there are many mistakes in this code and there are plenty more to be made. Learn from [here](https://reactjs.org/docs/getting-started.html) instead.