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: about 2 months ago
JSON representation

A simple Astro.js project for learning Three.js with Tailwind CSS, Bun and Biome.

Lists

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 |