Skip to content

lukew3/congol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.