Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/Robpayot/glowing-tree

Three.js tree experiment
https://github.com/Robpayot/glowing-tree

Last synced: 4 days ago
JSON representation

Three.js tree experiment

Awesome Lists containing this project

README

        

# Glowing Tree

Built with:

- Handlebars
- SASS
- Babel
- Webpack

### Commands

Setup using:

```bash
yarn
```

Start a development server with watch tasks:

```bash
yarn start
```

Build for production:

```bash
yarn build
```