Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/tjkendev/graph-viewer
- Owner: tjkendev
- License: mit
- Created: 2017-05-05T10:41:53.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-22T15:33:50.000Z (about 2 years ago)
- Last Synced: 2024-12-13T10:13:58.815Z (about 2 months ago)
- Topics: competitive-programming, graph-theory, gulp, visualizer
- Language: CoffeeScript
- Homepage: https://tjkendev.github.io/graph-viewer/
- Size: 1.83 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```