Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kekkorider/babylonjs-node-material-inspector

Demo repository related to an issue posted on the BabylonJS forum
https://github.com/kekkorider/babylonjs-node-material-inspector

Last synced: 1 day ago
JSON representation

Demo repository related to an issue posted on the BabylonJS forum

Awesome Lists containing this project

README

        

# Requirements

This repository has been tested with `NodeJS v12.6.0`.
It might work with other versions, but I can't guarantee that.

# Setup

## Install the packages

```shell
$ yarn install
```

## Run the dev server

```shell
$ yarn dev
```

## Build

```shell
$ yarn build
```