Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Half-Shot/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!

About

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 91.8%
  • CSS 8.1%
  • Other 0.1%