A minecraft clone with TypeScript and Three.js
Make sure Node and npm is installed
npm install npm@latest -g
npm install -g typescript
- Clone repository
git clone https://github.com/CuddlyBunion341/ts-mc.git
- Install npm dependencies
npm install
- Run the development server
npm run dev
Distributed under the MIT License. See LICENSE for further information.