A simple demo of Conway's Game of Life written in svelte, typescript & tailwind CSS.
https://game-of-life-svelte.gad.engineer/
Clone the project
git clone [email protected]:jacobgad/game-of-life.git
Go to the project directory
cd game-of-life
Install dependencies
npm install
Start the server
npm run dev