Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/unknownrori/project-erebus-presentation
https://github.com/unknownrori/project-erebus-presentation
Last synced: about 4 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/unknownrori/project-erebus-presentation
- Owner: UnknownRori
- Created: 2024-02-08T23:48:03.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-02-21T08:09:27.000Z (9 months ago)
- Last Synced: 2024-02-21T09:25:51.401Z (9 months ago)
- Language: Svelte
- Homepage: https://unknownrori.github.io/project-erebus-presentation/
- Size: 58.5 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.
## 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
```