Files
repomix/website
Kazuki Yamada 39e6100d2f feat(website): Show "Open with your app" button on desktop with tooltip
- Display the share button on both desktop and mobile devices
- Add tooltip on desktop showing "Only available on mobile devices"
- Disable button on desktop (non-mobile) devices
- Use position: fixed to avoid parent overflow: hidden issues
- Match existing tooltip design (TryItPackOptions) for consistency
- Support both light and dark modes with #333 background

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-08 12:09:40 +09:00
..

Repomix Website

This directory contains the source code for the Repomix website, built with VitePress and Vue.js

Prerequisites

  • Docker must be installed on your system

Development

To start the development server:

# Start the website development server
npm run website

# Access the website at http://localhost:5173/

Documentation

When updating documentation, you only need to update the English version (client/src/en/). The maintainers will handle translations to other languages.

Building for Production

To build the website for production:

npm run website:build

The built files will be available in the client/dist directory.