Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/estubmo/learning-threejs
A simple Astro.js project for learning Three.js with Tailwind CSS, Bun and Biome.
https://github.com/estubmo/learning-threejs
Last synced: 7 days ago
JSON representation
A simple Astro.js project for learning Three.js with Tailwind CSS, Bun and Biome.
- Host: GitHub
- URL: https://github.com/estubmo/learning-threejs
- Owner: estubmo
- Created: 2023-10-13T13:01:34.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-26T23:44:05.000Z (about 1 year ago)
- Last Synced: 2024-08-02T15:37:32.790Z (3 months ago)
- Language: MDX
- Size: 7.42 MB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Learning Three.js
A simple repository using [Astro](https://astro.build/), [GSAP](https://gsap.com/), [Tailwind CSS](https://tailwindcss.com/), and [Bun](https://bun.sh/) as a scaffold for learning [Three.js](https://threejs.org/).
This repository will contain a bunch of example scenes created in Three.js.
## 🚀 Try it
Feel free to clone this repo:
`gh clone estubmo/learning-threejs`
`https://github.com/estubmo/learning-threejs.git`## 🧞 Commands
All commands are run from the root of the project, from a terminal:
| Command | Action |
| :------------------------ | :----------------------------------------------- |
| `bun install` | Installs dependencies |
| `bun run dev` | Starts local dev server at `localhost:4321` |
| `bun run build` | Build your production site to `./dist/` |
| `bun run preview` | Preview your build locally, before deploying |
| `bun run astro ...` | Run CLI commands like `astro add`, `astro check` |
| `bun run astro -- --help` | Get help using the Astro CLI |