Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/Robpayot/glowing-tree
- Owner: Robpayot
- Created: 2020-06-30T14:44:13.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T12:46:49.000Z (almost 2 years ago)
- Last Synced: 2024-08-02T20:48:02.317Z (3 months ago)
- Language: JavaScript
- Size: 40.2 MB
- Stars: 32
- Watchers: 4
- Forks: 9
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome - Robpayot/glowing-tree - Three.js tree experiment (JavaScript)
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
```