Front-end for Freeblox, including the game client and editor https://freeblox.icynet.eu
Go to file
Evert Prants 8e073effa8
add license, more objects
2023-06-04 09:33:36 +03:00
.vscode Initial code 2023-06-03 20:49:26 +03:00
packages add license, more objects 2023-06-04 09:33:36 +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
README.md 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 Initial code 2023-06-03 20:49:26 +03:00
pnpm-workspace.yaml Initial code 2023-06-03 20:49:26 +03:00
tsconfig.json Initial code 2023-06-03 20:49:26 +03:00

README.md

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