Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 701 Bytes

README.md

File metadata and controls

36 lines (29 loc) · 701 Bytes

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.