Importer depuis Lovable
⏰ Durée estimée : quatre minutes Importez un projet Lovable dans Replit en l’exportant vers GitHub, puis en important ce dépôt. Pour des options d’import complètes incluant d’autres plateformes comme GitHub, Figma et Bolt, consultez la documentation de la fonctionnalité d’import.Avant de commencer
- Un projet Lovable que vous pouvez exporter
- Un compte GitHub connecté à Lovable
- Un compte Replit
Étapes d’import
- Exportez votre projet Lovable vers GitHub.
- Ouvrez replit.com/import.
- Sélectionnez Lovable.
- Connectez votre compte GitHub.
- Sélectionnez le dépôt Lovable exporté.
- Sélectionnez Import.
What gets imported
Replit imports the following from your project:- Code: Application logic and source files
- Design and styles: UI components and styling rules
- Assets: Images, icons, and static files
- Backend logic: Server-side functionality, if present
- Database schema: Table structure, if present
What is not imported
- Supabase data: Existing database records are not migrated
- Secrets: Environment variables and API keys must be added separately
Configure and run your app
During import, . If your app needs changes, use these Workspace tools:- Agent: Refine features, debug issues, and make code changes
- Secrets: Add API keys and environment variables
- Workflows: Set the Run command for your app
Continue your journey
Now that you’ve imported your , explore these next steps:- Replit Agent: Get help with feature work, debugging, and refactoring
- Make your Replit App Public: Share your app as a Template
- Replit Deployments: Publish your app
- Database setup: Configure your database with Agent help
- Collaborate: Build with teammates