Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/joysofcode/svelte-3d

🔥 Introduction to 3D with Svelte
https://github.com/joysofcode/svelte-3d

Last synced: about 2 months ago
JSON representation

🔥 Introduction to 3D with Svelte

Awesome Lists containing this project

README

        

# Svelte 3D

✍️ https://joyofcode.xyz/introduction-to-3d-with-svelte

Introduction to using 3D in the browser with Svelte.

[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/joysofcode/svelte-3d)

## 💿️ Development

You can use any package manager.

```bash
pnpm i && pnpm run dev
```

## 🛠️ Build

```bash
pnpm run build && pnpm run preview
```