https://github.com/joysofcode/svelte-3d
🔥 Introduction to 3D with Svelte
https://github.com/joysofcode/svelte-3d
Last synced: 9 months ago
JSON representation
🔥 Introduction to 3D with Svelte
- Host: GitHub
- URL: https://github.com/joysofcode/svelte-3d
- Owner: joysofcode
- Created: 2022-10-31T11:47:10.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-11T11:11:39.000Z (over 2 years ago)
- Last Synced: 2024-08-02T13:35:02.039Z (over 1 year ago)
- Language: Svelte
- Homepage:
- Size: 1.16 MB
- Stars: 12
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
[](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
```