Installation Guide
Set up Svelte Standalone as you would set up any Svelte project:
- Create a Svelte App – Use the Svelte CLI and select your preferred tools.
- Clean Up – Remove svelte boilerplate code (e.g., routes, components).
- Install Svelte Standalone
bash
npm install -D svelte-standalone@latest
Troubleshooting
If you encounter any issues during installation, open an issue on GitHub for assistance.