https://github.com/blankeos/threejs-playground
📦 ThreeJS React Playground
https://github.com/blankeos/threejs-playground
Last synced: about 1 year ago
JSON representation
📦 ThreeJS React Playground
- Host: GitHub
- URL: https://github.com/blankeos/threejs-playground
- Owner: Blankeos
- Created: 2022-12-25T15:33:32.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-05T07:47:22.000Z (about 3 years ago)
- Last Synced: 2025-02-13T08:41:25.242Z (over 1 year ago)
- Language: TypeScript
- Size: 2.89 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
> This is not a `README.md` from any template. I set this NextJS + Turbo template up from [Add Turborepo to your existing project
> ](https://turbo.build/repo/docs/getting-started/add-to-project) section of the docs.
Turbo is a next-generation toolchain for frontend development, written in Rust. It consists of 3 major parts:
- [**Turbopack:**](https://turbo.build/pack) an incremental bundler (the successor to Webpack)
- [**Turborepo:**](https://turbo.build/repo) an incremental build system
- The Turbo engine: a low-level incremental computation and memoization engine
## Getting Started
First, run the development server:
```bash
npm run turbo dev
# or
yarn turbo dev
# or
pnpm turbo dev
```