Conway's game of life for 2 players. Live site - congol.net
npm ci
npm run build
npm start
To deploy, install pm2
globally with
npm i -g pm2
Then, clone the repo and run
npm run deploy-local
inside of the congol directory to run the production application. This can be proxied to nginx with proxy_pass
.