Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.