Skip to content

webaverse/docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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