Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mkfsn/anime-calendar

A svelte-based calendar website to collect your favorite anime programs.
https://github.com/mkfsn/anime-calendar

vercel

Last synced: about 2 months ago
JSON representation

A svelte-based calendar website to collect your favorite anime programs.

Awesome Lists containing this project

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
```