### Start Local Development Server Source: https://github.com/tango-adb/docs/blob/main/README.md Starts a local development server for live preview. Changes are reflected without a server restart. ```console yarn start ``` -------------------------------- ### Install Dependencies Source: https://github.com/tango-adb/docs/blob/main/README.md Installs project dependencies using Yarn. ```console yarn install ``` -------------------------------- ### Deploy Website to GitHub Pages Source: https://github.com/tango-adb/docs/blob/main/README.md Builds and deploys the website to GitHub Pages. Requires setting the GIT_USER environment variable. ```console GIT_USER= USE_SSH=true yarn deploy ``` -------------------------------- ### Build Static Website Source: https://github.com/tango-adb/docs/blob/main/README.md Generates static website content into the 'build' directory for hosting. ```console yarn build ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.