Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 669 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 669 Bytes

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