Skip to content

@tmrw-realityos/worldDocs


Project Spaces

Reality OS Toolkit to build interactive 3D spaces

Prerequisites

See the top level README.

Running from the root

bash

pnpm build # compiles ts to js files in dist
pnpm lint # runs ts-standard in all sub projects
pnpm test # runts all "test" scripts recursively

Writing unit tests

This project uses vitest for now. Add tests in test/world.

Running The Example Web App

bash
pnpm -C ../world-examples/demo dev

Head to http://localhost:5173

Editor configurations

VSCode

Suggested extensions:

  • ESLint

Also exclude dist/ folder from search to avoid modifying autogenerated code.

Sublime

Suggested packages:

** LSP ** LSP-typescript ** LSP-eslint