https://github.com/boukestam/cell
https://github.com/boukestam/cell
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/boukestam/cell
- Owner: boukestam
- Created: 2024-01-03T08:21:00.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-21T14:15:24.000Z (over 1 year ago)
- Last Synced: 2024-01-22T16:14:10.449Z (about 1 year ago)
- Language: TypeScript
- Size: 2.65 MB
- Stars: 34
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- stars - boukestam/cell - Simulating a minimal cell in the browser (TypeScript)
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/
```