Skip to content

UpstreetAI/docs-old2

Repository files navigation

Upstreet Documentation

https://docs.upstreet.ai

Powered by Docusaurus.

Developing

cd docs
yarn install
yarn start

Publishing

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

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=main USE_SSH=true yarn deploy