BlockTools is a fast, browser-based web app that puts the most useful Minecraft tools at your fingertips. No downloads, no installs — just open it and play smarter.
git clone https://github.com/ichewradon/BlockTools.git
cd blocktools
npm installCopy environment variables:
cp .env.example .env.localThen fill in your API keys inside .env.local.
Start the development server:
npm run devThen open:
http://localhost:3000