# lorem.now.sh **Repository Path**: mirrors_dafrok/lorem.now.sh ## Basic Information - **Project Name**: lorem.now.sh - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-25 - **Last Updated**: 2026-03-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Svelte Example This directory is a brief example of a [Svelte](https://svelte.dev/) app with [Serverless Functions](https://vercel.com/docs/v2/serverless-functions/introduction) that can be deployed with Vercel and zero configuration. ## Deploy Your Own Deploy your own Svelte project, along with Serverless Functions, with Vercel. [![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/vercel/tree/master/examples/svelte) _Live Example: https://svelte.now-examples.now.sh_ ### How We Created This Example To get started with Svelte, along with [Serverless Functions](https://vercel.com/docs/v2/serverless-functions/introduction), deployed with Vercel, you can use [degit](https://github.com/Rich-Harris/degit) to initialize the project: ```shell $ npx degit sveltejs/template my-svelte-project ```