The official Byte Beasts website
To be able to run the ByteBeasts website you just need to have Git and node installed. You can install them with the following steps:
fork the repo, and clone It to your computer
npm install
npm run dev
Thank you for considering contributing to this project! We appreciate your time and effort in improving our work. Below are the guidelines to help you contribute effectively, but first, join to our Telegram contributors group.
Start by forking this repository to your GitHub account.
After forking, clone the repository to your local machine:
git clone https://github.com/your-user/Website.git
cd Website
Make sure you are using node v16.20.2
Create a new branch for your feature or bug fix follwing the branch naming convention:
- For bugs: bug-fix-name
- For new features: feat-name
- For refactor: refactor-name
- For docs: docs-name
git checkout -b feature-name
Make the necessary changes to the codebase.
Test the webpage to ensure that everything works as expected with your changes
Add the changes to the staging area:
git add .
Commit your changes with a meaningful commit message:
git commit -m "feat: description"
Example:
git commit -m "feat: add new character: Tom"
Push your changes to your forked repository.:
git push origin branch-name
Once your changes are ready, submit a Pull Request (PR) for review. Ensure that:
- Your PR has a clear and descriptive title, please use the same title of the issue
- You provide a detailed explanation of the changes made.
- You reference any related issues (if applicable).
All contributions must go through the PR review process to maintain code quality and consistency. A project maintainer will review your PR and provide feedback or merge it into the main branch.
Thank you for contributing to ByteBeasts Frontend! If you have any questions, feel free to reach out to the maintainers.
If you're a contributor or would like to connect with the project maintainers, feel free to join our Telegram group!
roloxworld |
coxmars |
jimenezz22 |