/congol

Conway's game of life for 2 players

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Congol

Conway's game of life for 2 players. Live site - congol.net

Developer resources

Contributing.md

Prioritized issues board

Design files

Setup

Install Requirements

npm ci

Build

npm run build

Run

npm start

Deploy

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.