Export & Deploy
Get your game out of PlayCraft.
Export Options
Download ZIP
Click Export → Download ZIP to get all source files.
Includes:
- All source code
- package.json
- Configuration files
Deploy to Vercel
Coming soon - one-click deploy to Vercel.
Running Locally
After downloading:
bash
# Unzip the file
unzip my-game.zip
cd my-game
# Install dependencies
npm install
# Start dev server
npm run dev
# Build for production
npm run buildHosting Options
| Platform | Cost | Difficulty |
|---|---|---|
| Vercel | Free | Easy |
| Netlify | Free | Easy |
| GitHub Pages | Free | Medium |
| AWS S3 | ~$1/mo | Hard |
