A Minecraft Bedrock updates tracker, used to fetch, archive, and serve version changelog info.
(Ignore this if you're using Docker.)
deno install(Installs all the packages)deno run changelogs(Run only the first time. This saves all previous changelogs)deno run start
Make sure you have:
- Deno installed.
This project is open-source under the MIT License. Feel free to modify and contribute!
# Fork the repository
git clone https://github.com/xKingDark/minecraft-updates.git
# Create a new branch
git checkout -b feature-branch
# Commit your changes
git commit -m "Added new feature"
# Push to GitHub
git push origin feature-branch
# Submit a Pull Request