Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mkfsn/anime-calendar
- Owner: mkfsn
- Created: 2020-09-28T13:35:23.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-25T14:42:55.000Z (about 4 years ago)
- Last Synced: 2023-03-23T03:42:32.600Z (almost 2 years ago)
- Topics: vercel
- Language: Svelte
- Homepage: https://anime-bangumi.vercel.app/
- Size: 266 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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
```