Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/alexandersix/svelte-meetup-slides


https://github.com/alexandersix/svelte-meetup-slides

Last synced: 5 days ago
JSON representation

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