https://github.com/lottiefiles/gltf-color
https://github.com/lottiefiles/gltf-color
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lottiefiles/gltf-color
- Owner: LottieFiles
- Created: 2022-03-23T06:26:49.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-03-27T23:31:40.000Z (over 2 years ago)
- Last Synced: 2025-01-13T03:20:49.785Z (over 1 year ago)
- Language: TypeScript
- Size: 11.9 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Setup
1. Clone the repository:
```
$ git clone https://github.com/LottieFiles/gltf-color.git
$ cd gltf-color
```
2. Install all required dependencies:
```
$ yarn install
```
## Start the development server
```
$ yarn dev
```
Your web browser will automatically open the page [`http://localhost:8080/`](http://localhost:8080/)
## Build
```
$ yarn build
```
You'll find the output files in `./public/`