Simple Minecraft clone made using React and react-three-fiber
Live version: mc-clone.critteros.dev
Mise is used to manage node version, make sure it is installed or use the node version specified in .nvmrc
mise install
Package manager is selected using corepack
, make sure it is enabled for the current node version
corepack enable
corepack install
Install dependencies
pnpm install
Run the project
pnpm dev