Easily create custom 3D environments
Перейти к файлу
Robert Long 2171a05879 Fix object selection 2018-07-09 11:59:16 -07:00
.vscode gltf-bundle support 2018-06-22 11:13:09 -07:00
bin Restructuring project and new file api server 2018-06-20 17:22:10 -07:00
desktop/app Restructuring project and new file api server 2018-06-20 17:22:10 -07:00
example scene-reference component 2018-07-06 19:11:41 -07:00
src Fix object selection 2018-07-09 11:59:16 -07:00
.babelrc Add ProjectModal and move back to webpack-dev-server to support node-sass 2018-05-30 09:30:23 -07:00
.eslintignore Update ignore files 2018-06-21 10:24:44 -07:00
.eslintrc.js eslint add padding-line-between-statements 2018-07-03 17:27:45 -07:00
.gitignore Update ignore files 2018-06-21 10:24:44 -07:00
.prettierignore Update ignore files 2018-06-21 10:24:44 -07:00
.prettierrc.json Initial commit 2018-05-28 18:35:21 -07:00
.travis.yml fix release tagging 2018-06-07 15:49:41 -07:00
LICENSE Initial commit 2018-05-28 18:35:21 -07:00
README.md Update README with npm instructions 2018-07-06 10:30:31 -07:00
package-lock.json Update package-lock 2018-07-06 14:09:46 -07:00
package.json Update dependencies 2018-07-05 11:15:27 -07:00
webpack.config.js New scene authoring format. 2018-07-03 15:50:49 -07:00

README.md

Hubs Editor

Installation

git clone https://github.com/MozillaReality/hubs-editor.git
cd hubs-editor
npm install

Development

npm run dev

Then open http://localhost:8080.