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

https://github.com/vezwork/polylab

Polylab polylog pollywog
https://github.com/vezwork/polylab

Last synced: 10 months ago
JSON representation

Polylab polylog pollywog

Awesome Lists containing this project

README

          

## Polylab

My rough work and experiments for Polytope. There is a lot of undocumented and unpublicized stuff in here, but [Caretope](https://github.com/vezwork/polylab/tree/main/src/demo/caretope) has some documentation so far.

There are demos you can view in the demos folder, for example:

- [https://vezwork.github.io/polylab/dist/demo/caretope/viscaretope.html](https://vezwork.github.io/polylab/dist/demo/caretope/viscaretope.html)

You can look in the demos folder and modify this URL to view the other demos for now. You can also clone and `npm run watch` to get a file server to navigate the demos with. Sorry its a bit rough to explore!

## Building and running locally

1. Clone this repo to the folder of your choice.
2. Navigate to that folder in your terminal.
3. Run `npm install`.
4. Run `npm run watch`.
5. Navigate to `localhost:8080` in your browser (or maybe 8081 or 8082 or so on if you have other servers running)