Duck-themed multi-user virtual spaces in WebVR. Built with A-Frame.
Перейти к файлу
elgin mclaren 9f457cd31e
Update publication date
2021-08-24 10:26:08 -06:00
.circleci Use npm run deploy-storybook 2020-09-25 12:29:30 -07:00
.github Tweak bug report template 2020-12-02 11:20:04 -08:00
.storybook /token endpoint rendering page, wip TokenPageLayout remove Storybook context to AuthContext 2021-06-22 10:33:00 -07:00
.vscode
admin added search to pending and approved scenes 2021-08-02 12:36:30 -07:00
doc Add additional best practices to guide 2021-03-18 13:26:48 -07:00
habitat
scripts Fix bot script for new UI 2021-04-06 14:29:32 +02:00
src Merge pull request #4501 from mozilla/FixMissingMediaViewProperties 2021-08-13 14:45:11 -07:00
test/unit/utils
.babelrc Added SpinWhileTrue, fixed styling, added modals, removed routing for /create endpoint in favor of single page for simplicity 2021-07-19 10:21:57 -07:00
.defaults.env
.eslintignore Exclude the basis transcoder from eslint. Shaves 40% off linting time 2020-10-22 23:12:24 -04:00
.eslintrc.js Add APP as a global for eslint 2021-06-23 17:46:50 -07:00
.gitignore Add localization tooling and clean up existing locales 2020-12-18 19:38:47 -08:00
.htmlhintrc
.prettierignore
.prettierrc.json
.stylelintrc
CODE_OF_CONDUCT.md
CONTRIBUTING.md Add link to best practices guide to contributing doc 2021-03-18 13:31:41 -07:00
Jenkinsfile have jenkins script build and message qa packages 2021-01-11 19:33:49 -05:00
LICENSE
PRIVACY.md Update publication date 2021-08-24 10:26:08 -06:00
PROMOTION.md
README.md Add link to locale documentation 2021-01-04 13:12:40 -08:00
REMIXING.md
TERMS.md
package-lock.json Update package.json and package-lock.json 2021-08-03 18:59:31 -07:00
package.json Update package.json and package-lock.json 2021-08-03 18:59:31 -07:00
themes.json Use custom theme colors for in-world UI 2021-04-05 16:05:44 -07:00
webpack.config.js fixing circle ci errors 2021-07-28 11:02:29 -07:00

README.md

Mozilla Hubs

License: MPL 2.0 Build Status Discord

The client-side code for Mozilla Hubs, an online 3D collaboration platform that works for desktop, mobile, and VR platforms.

Learn more about Hubs

Getting Started

If you would like to run Hubs on your own servers, check out Hubs Cloud.

If you would like to deploy a custom client to your existing Hubs Cloud instance please refer to this guide.

If you would like to contribute to the main fork of the Hubs client please see the contributor guide.

If you just want to check out how Hubs works and make your own modifications continue on to our Quick Start Guide.

Quick Start

Install NodeJS if you haven't already. We recommend version 12 or above.

Run the following commands:

git clone https://github.com/mozilla/hubs.git
cd hubs
npm ci
npm run dev

Then visit https://localhost:8080 (note: HTTPS is required, you'll need to accept the warning for the self-signed SSL certificate)

Note: When running the Hubs client locally, you will still connect to the development versions of our Janus WebRTC and reticulum servers. These servers do not allow being accessed outside of localhost. If you want to host your own Hubs servers, please check out Hubs Cloud.

Documentation

The Hubs documentation can be found here.

Community

Join us on our Discord Server or follow us on Twitter.

Contributing

Read our contributor guide to learn how you can submit bug reports, feature requests, and pull requests.

We're also looking for help with localization. The Hubs redesign has a lot of new text and we need help from people like you to translate it. Follow the localization docs to get started.

Contributors are expected to abide by the project's Code of Conduct and to be respectful of the project and people working on it.

Additional Resources

Privacy

Mozilla and Hubs believe that privacy is fundamental to a healthy internet. Read our privacy policy for more info.

License

Hubs is licensed with the Mozilla Public License 2.0