This is the official website for Repo Prompt, a powerful macOS application that leverages AI for seamless file management and code modifications.
- Node.js 16.x or higher
- npm 7.x or higher
-
Clone the repository:
git clone [repository-url] cd RepoPromptWeb
-
Install dependencies:
npm install
-
Start the development server:
npm start
The site will be available at
http://localhost:3000
RepoPromptWeb/
├── public/ # Static assets
│ ├── images/ # Image assets
│ └── index.html # HTML entry point
├── src/
│ ├── components/ # React components
│ ├── styles/ # Global styles
│ ├── App.js # Main application component
│ └── index.js # Application entry point
Hero.js
- Landing page hero sectionFeatures.js
- Product features showcaseScreenshots.js
- Application screenshots carouselDemo.js
- Product demo sectionThemeSwitcher.js
- Dark/light mode toggle
- React 18
- Tailwind CSS
- Ant Design Components
- React Icons
- React Player
npm start
- Runs development servernpm test
- Executes test suitenpm run build
- Creates production build
The project uses a combination of:
- Tailwind CSS for utility classes
- CSS modules for component-specific styles
- Ant Design components for UI elements
The website supports both light and dark themes, with automatic system preference detection and manual toggle capability.
-
Create a production build:
npm run build
-
The optimized files will be in the
build
directory
- Fork the repository
- Create a feature branch
- Make your changes
- Submit a pull request
This project uses a dual license:
- Code is licensed under the Apache 2.0 License
- Brand assets, logos, and marketing materials are All Rights Reserved
See LICENSE