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

https://github.com/mkubdev/threejs-101

learning
https://github.com/mkubdev/threejs-101

Last synced: 8 months ago
JSON representation

learning

Awesome Lists containing this project

README

          

# Threejs 101

🚧 This repos contain threejs experiments.

## Usage

Add `#debug` at the end of the url path to display the GUI.

## Setup
Download [Node.js](https://nodejs.org/en/download/).
Run this followed commands:

``` bash
# Install dependencies (only the first time)
npm install

# Run the local server at localhost:3000
npm run dev

# Build for production in the dist/ directory
npm run build
```