Bytecord is a user-friendly website designed to simplify the management of Discord emojis. With Bytecord, users can easily save and organize their favorite emojis, import and export them, and discover a variety of pre-made emoji packs or create their own. The dedicated workshop feature allows users to browse and use packs created by other users.
To install Bytecord, you must first fork the project and download the zip file. Inside the zip file, you will find both the front-end and back-end code. It is important to remember to not forget about the back-end code.
Next, navigate to the front-end code in your editor and run the command npm install
in your terminal. After completing this step, go to services/auth.service.ts
and modify the url path of Angular or the back-end if you are not using the default port.
Finally, start the project by running the command ng serve -o
in your terminal.
For the back-end, open the application.properties
file in your editor and modify the database connections, username, password, and front-end url if necessary.
Bytecord is licensed under the MIT License. For more information, please refer to the LICENSE
file.
If you have any questions or suggestions , please contact at [email protected].