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

https://github.com/eduidl/polyhedron

Visualization of result of https://github.com/eduidl/tgp-ceres
https://github.com/eduidl/polyhedron

Last synced: 4 months ago
JSON representation

Visualization of result of https://github.com/eduidl/tgp-ceres

Awesome Lists containing this project

README

        

# Polyhedron

[![Deploy GitHub Pages](https://github.com/eduidl/polyhedron/actions/workflows/gh-pages.yml/badge.svg)](https://github.com/eduidl/polyhedron/actions/workflows/gh-pages.yml)
[![License](https://img.shields.io/github/license/eduidl/polyhedron)](https://github.com/eduidl/polyhedron/blob/main/LICENSE)

Visualization of result of [eduidl/tgp-ceres](https://github.com/eduidl/tgp-ceres)

See https://eduidl.github.io/polyhedron/

![image](https://user-images.githubusercontent.com/25898373/71562803-d561be80-2ac8-11ea-9db3-ca54893721c2.png)

## Run

```sh
npm i
# local server (webpack-dev-server)
npm run start
# build for GitHub Pages
npm run build:release
```