### Build Vestige for Desktop Source: https://github.com/ascpixi/vestige/blob/development/README.md Builds the Vestige desktop application using Tauri, including installers. Use 'npx tauri dev' for a local development build. ```bash npx tauri build ``` ```bash npx tauri dev ``` -------------------------------- ### Build Vestige for Web Source: https://github.com/ascpixi/vestige/blob/development/README.md Builds the Vestige project for the web. The output is placed in the 'dist' directory. Use 'npm run dev' for a local development build accessible via localhost. ```bash npm run build ``` ```bash npm run dev ``` -------------------------------- ### Robots.txt Disallow Rules Source: https://github.com/ascpixi/vestige/blob/development/public/robots.txt This section outlines the directives within the robots.txt file. It specifies user agents and the paths they are disallowed from accessing. This configuration is used to control web crawler behavior. ```APIDOC User-agent: anthropic-ai Disallow: / User-agent: Claude-Web Disallow: / User-agent: ClaudeBot Disallow: / User-agent: CCbot Disallow: / User-agent: FacebookBot Disallow: / User-agent: Google-Extended Disallow: / User-agent: GPTBot Disallow: / User-agent: PiplBot Disallow: / User-agent: PerplexityBot Disallow: / User-agent: Omgilibot Disallow: / User-agent: Bytespider Disallow: / User-agent: Diffbot Disallow: / User-agent: ImagesiftBot Disallow: / User-agent: Omgili Disallow: / User-agent: YouBot Disallow: / User-agent: Mediapartners-Google* Disallow: / User-agent: Yandex Disallow: / User-agent: YandexBot Disallow: / User-agent: cohere-ai Disallow: / ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.