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
- Host: GitHub
- URL: https://github.com/eduidl/polyhedron
- Owner: eduidl
- License: mit
- Created: 2018-07-08T13:24:54.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2023-02-27T03:19:15.000Z (over 2 years ago)
- Last Synced: 2025-01-12T13:11:25.585Z (6 months ago)
- Language: TypeScript
- Homepage: https://eduidl.github.io/polyhedron/
- Size: 1.24 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Polyhedron
[](https://github.com/eduidl/polyhedron/actions/workflows/gh-pages.yml)
[](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/

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