A 3D environment portfolio with multiuser support.
- TypeScript 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| docs | ||
| src | ||
| .gitignore | ||
| AGENTS.md | ||
| bun.lock | ||
| CLAUDE.md | ||
| index.html | ||
| index.ts | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
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