Front-end for Freeblox, including the game client and editor https://freeblox.icynet.eu
Go to file
2023-06-06 21:09:04 +03:00
.vscode Initial code 2023-06-03 20:49:26 +03:00
packages toolbar, icons 2023-06-06 21:09:04 +03:00
.gitignore Initial code 2023-06-03 20:49:26 +03:00
.prettierrc Initial code 2023-06-03 20:49:26 +03:00
LICENSE add license, more objects 2023-06-04 09:33:36 +03:00
package.json add license, more objects 2023-06-04 09:33:36 +03:00
pnpm-lock.yaml crude properties and explorer 2023-06-04 15:19:04 +03:00
pnpm-workspace.yaml Initial code 2023-06-03 20:49:26 +03:00
README.md add license, more objects 2023-06-04 09:33:36 +03:00
tsconfig.json Initial code 2023-06-03 20:49:26 +03:00

Freeblox monorepo

Simple game platform front-end powered by THREE.js and Vue.

Develop

  1. Install PNPM npm i -g pnpm.
  2. Install dependencies pnpm install.
  3. Watch engine changes pnpm --filter engine dev
  4. Watch editor changes pnpm --filter editor dev
  5. Watch client changes pnpm --filter client dev