https://github.com/anderspitman/graph_coloring_ga
https://github.com/anderspitman/graph_coloring_ga
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/anderspitman/graph_coloring_ga
- Owner: anderspitman
- Created: 2018-02-09T19:09:31.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-12T05:00:48.000Z (over 8 years ago)
- Last Synced: 2025-03-15T07:54:26.140Z (about 1 year ago)
- Language: JavaScript
- Size: 85.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.