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

https://github.com/anderspitman/graph_coloring_ga


https://github.com/anderspitman/graph_coloring_ga

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

This project requires NPM to build.

# Getting the code

`git clone https://github.com/anderspitman/graph_coloring_ga`

# Building

```
npm install
npm run build
```

# Running

Simply serve the `dist` directory with any standard webserver. For example,
if Python 3+ is installed on your system:

```
cd dist
python -m http.server
```

Then use your web browser to open the indicated address.