Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 353 Bytes

README.md

File metadata and controls

42 lines (25 loc) · 353 Bytes

3D Game Engine on Typescript + ThreeTS + Vue + Nuxt

3D Engine with Nodes, Parsing, Plugins, e.t.c

Setup

Make sure to install the dependencies

npm i

pnpm i

yarn i

bun i

Develop

http://localhost:3000

npm run dev

pnpm run dev

yarn dev

bun run dev

Build

npm run build

pnpm run build

yarn build

bun run build