A 3D environment portfolio with multiuser support.
  • TypeScript 100%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-07-10 09:18:34 +02:00
docs Initial scaffold and plan 2026-04-25 18:22:52 +02:00
src First pass 2026-07-10 09:18:34 +02:00
.gitignore First pass 2026-07-10 09:18:34 +02:00
AGENTS.md Initial scaffold and plan 2026-04-25 18:22:52 +02:00
bun.lock First pass 2026-07-10 09:18:34 +02:00
CLAUDE.md Initial scaffold and plan 2026-04-25 18:22:52 +02:00
index.html First pass 2026-07-10 09:18:34 +02:00
index.ts First pass 2026-07-10 09:18:34 +02:00
package.json First pass 2026-07-10 09:18:34 +02:00
README.md First pass 2026-07-10 09:18:34 +02:00
tsconfig.json First pass 2026-07-10 09:18:34 +02:00

MultiPortfolio

To install dependencies:

bun install

To run the development server:

bun run dev

The first playable slice includes a Bun server, a React Three Fiber scene, keyboard movement, a central train station, elevated rails, placeholder project districts, and basic WebSocket presence.

Useful commands:

bun build index.html --outdir /tmp/multiportfolio-build
bun run typecheck