Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexandersix/svelte-meetup-slides
https://github.com/alexandersix/svelte-meetup-slides
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/alexandersix/svelte-meetup-slides
- Owner: alexandersix
- Created: 2023-09-23T19:52:48.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-26T14:40:48.000Z (about 1 year ago)
- Last Synced: 2024-05-02T02:18:55.851Z (7 months ago)
- Language: Svelte
- Size: 27 MB
- 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 of the basics at Svelte presented
at the September 2023 Kirschbaum Team Retreat.## Setup
Install dependencies.
```sh
npm i
```Run the development server at http://localhost:5173/.
```sh
npm run dev
```Build and preview deploy.
```sh
npm run build && npm run preview
```