Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/peopledrivemecrazy/the-joy-of-svelte
https://github.com/peopledrivemecrazy/the-joy-of-svelte
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/peopledrivemecrazy/the-joy-of-svelte
- Owner: peopledrivemecrazy
- Created: 2023-07-27T17:30:09.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-07-28T00:16:41.000Z (over 1 year ago)
- Last Synced: 2023-07-28T02:33:02.390Z (over 1 year ago)
- Language: Svelte
- Homepage: https://the-joy-of-svelte.vercel.app
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Animotion
This is an Animotion presentation.
## Setup
Install dependencies.
```sh
pnpm i
```Run the development server at http://localhost:5173/.
```sh
pnpm run dev
```Build and preview deploy.
```sh
pnpm run build && pnpm run preview
```