Conway's Game of Life React+TS implementation
Production version is available here: https://game-of-life.mbredikhin.com/
[!TIP] You must use pnpm (
npm i -g pnpm
) and run NodeJS >= 16
git clone [email protected]:mbredikhin/game-of-life.git
cd game-of-life
pnpm install
pnpm run dev
pnpm run build