Front-end for Freeblox, including the game client and editor https://freeblox.icynet.eu
Go to file
Evert Prants 51fb57b557
aaaaaaaaaa
2023-12-11 21:27:23 +02:00
.vscode Initial code 2023-06-03 20:49:26 +03:00
app add front-end 2023-06-19 18:19:02 +03:00
packages aaaaaaaaaa 2023-12-11 21:27:23 +02: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 multiplayer start 2023-06-25 14:51:16 +03:00
pnpm-workspace.yaml add front-end 2023-06-19 18:19:02 +03:00
tsconfig.json editor properties as meta decorators 2023-06-10 12:14:06 +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