Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/unknownrori/project-erebus-presentation


https://github.com/unknownrori/project-erebus-presentation

Last synced: about 4 hours ago
JSON representation

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