Eddie Jaoude's Discord bot web application.
Report Bug
·
Request Feature
EddieBotUI is a web application built to display all kinds of information about the Eddie Jaoude Discord community - click to join - like users biography, usage stats, badges and more.
Before diving in the getting started, there are couple of prerequisites: make sure to satisfy all of them before proceeding. At the end of this section you will be able to run EddieBotUI on your machine.
Since this is a React-based project, ensure to have installed NodeJS and npm. Here you find some useful links:
Of course, you will also need GIT.
Once you have these things installed on your machine, you're ready for the next step.
- Clone the project repository
// With SSH
git clone git@github.com:EddieJaoudeCommunity/EddieBotUI.git
// With HTTPS
git clone https://github.com/EddieJaoudeCommunity/EddieBotUI.git
- Install dependencies
npm i
- Run the application
npm start
You should see the application running on http://localhost:3000/ 🚀
See CONTRIBUTING for more information.
See the list of contributors involved in this project.
Check out our Code of Conduct.
Distributed under the MIT License. See LICENSE for more information.