Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 555 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 555 Bytes

What is it ?

This is a 2D viewer for the biological rules.

Prerequisites

Installation

Run : npm install.

Run

Open app/index.html with web-browser.

Troubleshooting

When accessing the application locally, your web-browser may not allow you the access cross-origin resources. In this case, you can serve the application for example by running (in the app folder) : python -m SimpleHTTPServer. The application will then be available at something like http://localhost:8000.