GitHub - webaverse/docs: Webaverse documentation

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Repository files navigation

Webaverse Documentation

https://docs.webaverse.com

Powered by Docusaurus.

Developing

cd website
yarn install
yarn start

Publishing

All change should be made on the wip branch with pull requests against master.

Please check your changes against the checklist in CONTRIBUTING.md before submitting a pull request. Use the provided deploy.sh or the following commands and environment variables to deploy a new release.

cd website
yarn install
GIT_USER=<user> CURRENT_BRANCH=master USE_SSH=true yarn deploy