Skip to content

Lovely-Thing/thirdroom

 
 

Repository files navigation

Third Room

Matrix

Third Room

A browser-based immersive web client

Learn more about Third Room and our roadmap here

Local Development

After you've installed node.js locally, run the following commands.

npm install -g yarn
yarn
yarn dev

NOTE: Vite does not transpile import statements in web workers and Chromium based browsers are the only browsers to support imports in Web Workers. In order to develop in non-chromium browsers, run the following command which will build the project after every change.

yarn preview

Open http://localhost:3000

Customizing your client

Guide coming soon! We're still working on the API. Feel free to modify your own client and submit a PR with your improvements!

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 92.3%
  • CSS 7.6%
  • Other 0.1%