Export
Download as ZIP
How to download your project code.
Download as ZIP
How to Download
- Open your project
- Click the export icon (or go to Settings)
- Select "Download as ZIP"
- Save the file
What's Included
- All source code files
- Package.json with dependencies
- README with instructions
- Assets and images
Running Locally
- Unzip the file
- Open terminal in folder
- Run
npm install - Run
npm run dev - Open
http://localhost:5173
Requirements
- Node.js 18+
- npm or yarn