Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tjkendev/graph-viewer

Graph Viewer (for competitive programming)
https://github.com/tjkendev/graph-viewer

competitive-programming graph-theory gulp visualizer

Last synced: 4 days ago
JSON representation

Graph Viewer (for competitive programming)

Awesome Lists containing this project

README

        

graph-viewer
====

URL: https://tjkendev.github.io/graph-viewer/

## Install

```sh
$ npm install
```

## Compile

### コードのコンパイル

```sh
$ gulp
# or
$ gulp compile
```

### 変更ファイルの監視・自動コンパイル

```sh
$ gulp watch
```