Scuffed Minecraft in JavaScript
Inspired by YouTuber WSAL Evan
- Channel -> https://www.youtube.com/@wsalevan/videos
- Video inspiration -> https://youtu.be/v0Ks1dCMlAA?si=pPPdTPOGbw6_wdWx
NodeJS is required and MUST BE INSTALLED IN YOUR SYSTEM
- Install NodeJS Here -> https://nodejs.org/
Clone the project
git clone https://github.com/MeLikeApplez/Minecraft.gitGo to the project directory
cd ./Minecraft/clientInstall dependencies
npm installStart the server: http://localhost:5173
npm run dev