Zvelte is designed to be used instantly without global installation. You can run it directly usingDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/queaxtra/zvelte/llms.txt
Use this file to discover all available pages before exploring further.
bunx, which executes npm packages without installing them globally.
Prerequisites
Before using Zvelte, ensure you have the following installed on your system:Git
Zvelte uses Git to clone the template repository. Verify Git is installed:If Git is not installed, download it from git-scm.com.
Node.js or Bun
You need a JavaScript runtime to execute Zvelte:
- Bun (recommended): Fast all-in-one JavaScript runtime - bun.sh
- Node.js: Version 16 or higher - nodejs.org
Using Zvelte
The recommended way to use Zvelte is withbunx, which executes the package directly from the npm registry:
Using
bunx or npx ensures you always run the latest version of Zvelte without managing installations.Verify Installation
To verify that Zvelte can run correctly on your system, check the help message:System Requirements
Operating System
- macOS
- Linux
- Windows (with WSL recommended)
Disk Space
- Minimal: ~10 MB for Zvelte
- Project: ~200-500 MB per project (with dependencies)
Network
- Internet connection required to clone template repository
- Bandwidth: ~5-50 MB depending on package manager
Permissions
- Write access to target directory
- Git clone permissions (HTTPS)
Troubleshooting
Git is not installed
Git is not installed
If you see an error about Git not being found:
- Install Git from git-scm.com
- Restart your terminal
- Verify installation with
git --version
Permission denied errors
Permission denied errors
If you encounter permission errors:
- Ensure you have write access to the target directory
- On Unix systems, avoid using
sudowith npm/bunx - Check your user permissions for the working directory
Network/clone failures
Network/clone failures
If the repository clone fails:
- Check your internet connection
- Verify GitHub is accessible from your network
- Try using a VPN if corporate firewall blocks GitHub
- Ensure Git is configured correctly
Next Steps
Create Your First Project
Now that Zvelte is ready, follow the quickstart guide to create your first SvelteKit project.