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

https://github.com/boukestam/cell


https://github.com/boukestam/cell

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# TypeScript Cell Simulator

Background: https://technistuff.com/posts/simulating-a-minimal-cell/

## How to run in your browser:

You can run the simulation here: https://technistuff.com/cell/

Or build the code yourself:

```
git clone https://github.com/boukestam/cell
cd cell
yarn
yarn start
open http://127.0.0.1:8000/
```