This implementation of Conway's Game of Life was written using Svelte 3.
After downloading the repository install the dependencies using
yarn run install
To run the development version, enter
yarn run dev
Then navigate to localhost:5000. You should see then app running.
Alternatively, you can view the deployed application here, Game of Life.