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

https://github.com/lottiefiles/gltf-color


https://github.com/lottiefiles/gltf-color

Last synced: 11 months ago
JSON representation

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/`